Skip to main content



ToLower Function

The ToLower function returns a copy of a string, converted to all lower case.

Syntax

ToLower(string)

The ToLower function returns a copy of a string, converted to all lower case.

Arguments

string String - The string to convert.

Remarks

Example:

ToLower("Cat"); // returns "cat"