toLower

Returns the string converted to lower case.

Syntax

toLower(string)

Parameters

string

Specifies the string to be converted (its value is not modified).

Returns

Returns the lowercase version of the string.