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