str StrToUpper(str s)
Returns s with all characters converted to uppercase using toupper.
StrToUpper("Hello There!") -> "HELLO THERE!"
StrToLower