string_upper

Converts the characters in the input string to uppercase.

Input

string

The string to be converted to uppercase.

Output

upper_case

The uppercase version of the input string.