S > String.toLowerCase |
String.toLowerCase
string, string.tolowercase, tolowercase, to lowercase
Availability
Flash Player 5.
Usage
myString.toLowerCase()
Parameters
None.
Returns
A string.
Description
Method; returns a copy of the String object, with all of the uppercase characters converted to lowercase. The original value is unchanged.