Returns a string where all the letters in the specified string are turned into lowercase.
Syntax
toLowerCase( string )
string.toLowerCase( )
Parameters
string
|
the string to convert.
|
Returns
string
|
the string where all the letters are turned into lowercase.
|
Example
s = toLowerCase( s )
|