Difference between revisions of "Trim"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:String_Functions]] |
| | ||
Revision as of 08:07, 23 March 2011
trim
Removes all occurrences of white space characters from the beginning and end of a string input.Syntaxtrim(inputString)ArgumentsinputString: is a string expression.Return typestringExampleprint(trim(" CatGlobe “));//CatGlobeAvailabilityVersion 5.2