uppercase

.uppercase string:{String} -> String

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

Return

a new uppercase string

Parameters

string

string to convert

Chaining

This function is designed to be chained with other function calls:
String::uppercase -> String