PhixFlow Help

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

Please let us know if we could improve this page feedback@phixflow.com