~~Title: UCase~~
UCase && string && Upper-case string. &&
string && string && Input string to upper-case.
Returns //string// converted to upper-case.
//Example://
Output( UCase("Hello World") );
--> HELLO WORLD
//See also://\\
[[capitalize]]\\
[[lcase]]\\