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