LowerCase

From Catglobe Wiki
Revision as of 05:31, 14 December 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



lowerCase

Returns the string input whose characters are in lower case.

Syntax lowerCase(inputString)

Arguments inputString: is a string expression.

Return type string

Example

print(lowerCase("CatGlobe"));//catglobe

Availability

Version 5.2