.uppercase string:{String} -> String
Converts a string to uppercase. Example: Hello, World! -> `HELLO, WORLD!
Hello, World!
a new uppercase string
string to convert