LowerCase: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 09:07, 7 March 2011
lowerCase
Returns the string input whose characters are in lower case.SyntaxlowerCase(inputString)ArgumentsinputString: is a string expression.Return typestringExampleprint(lowerCase("CatGlobe"));//catglobeAvailabilityVersion 5.2