LCase

Creates the lowercase version of the string.

Usage:

lcase( String )

Parameters:

string The input string to convert to lower case.

Returns:

The string in lowercases.

Examples:

lcase("UPPERCASE") -> Returns the string "uppercase".
lcase("UpperCase") -> Returns the string "uppercase".

See also: