Creates the lowercase version of the string.
lcase( String )
The string in lowercases.
lcase("UPPERCASE") -> Returns the string "uppercase". lcase("UpperCase") -> Returns the string "uppercase".