====== StrToUpper ======
{{tag>string}}
''str StrToUpper(str s)''
===== Description =====
Returns s with all characters converted to uppercase using [[toupper]].
Non-ASCII characters are not changed.
===== Examples =====
StrToUpper("Hello There!") -> "HELLO THERE!"
===== See also =====
[[StrToLower]]