Creates the lowercase version of the string.
lowercase( String )
string | The input string to convert to lower case. |
---|
The string in lowercases.
lowercase("UPPERCASE") -> Returns the string "uppercase". lowercase("UpperCase") -> Returns the string "uppercase".