Converts a string to upper case.
toUpper(string)
toUpper("TestString")
Converts the string "TestString" to "TESTSTRING".