TOLOWER function

Synopsis
This function returns a copy of the specified string with all characters converted to lowercase.
Variations
TOLOWER(String)
Converts all characters to lowercase
Parameters
String

Specifies the string to convert to lowercase.

Supported types: String.
Returns
Returned types: String.
Examples
1.

The following example returns "matrox design assistant".

TOLOWER("Matrox Design Assistant")