Trim

From Catglobe Wiki
Revision as of 11:03, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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