/
toLower

toLower



Function: toLower()

Converts a string to lower case.

Syntax

toLower(string)

ArgumentTypeDescription
stringStringString to be converted to lower case.

Examples

toLower("TestString")

Converts the string "TestString" to "teststring".

See Also

Related content

toLower
toLower
More like this
toLower
toLower
More like this
toLower
toLower
More like this
toLower
toLower
More like this
toUpper
toUpper
More like this
toUpper
toUpper
More like this