Converts a string to lower case.
TOLOWER("string")
"string"
-
A string.
tolower("Myfile.dat")
returns: myfile.dat.
SPRINTF
TOUPPER