str StrToLower(str s)
Returns s with all characters converted to lowercase using tolower.
StrToLower("Hello There!") -> "hello there!"
StrToUpper