Converts a string to lower case.
toLower(string)
toLower("TestString")
Converts the string "TestString" to "teststring".