toLowerCase( )
Converts all uppercase characters in a string to lowercase and returns the resulting string.
Syntax
<expC>.toLowerCase( )
<expC>
The string you want to convert to lowercase.
Property of
String
Description
Other than the syntactic difference of being a method instead of a function, this method behaves identically to the LOWER( ) function.