Difference between revisions of "LowerCase"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:String_Functions]] |
| | ||
Revision as of 08:02, 23 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