Trim: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 09:03, 7 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