More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:String_Functions]] | ||
| | ||
Revision as of 07: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