LowerCase

From Catglobe Wiki
Revision as of 05:30, 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)

ArgumentsinputString: is a string expression.

Return type string

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

Availability Version 5.2