uppercase
Converts a string to uppercase. Example: Hello, World!
-> `HELLO, WORLD!
Return
a new uppercase string
Parameters
string
string to convert
Converts a string to uppercase. Example: Hello, World!
-> `HELLO, WORLD!
a new uppercase string
string to convert