string_upper
Converts the characters in the input string to uppercase.
string
The string to be converted to uppercase.
upper_case
The uppercase version of the input string.