string upper_case(string s)
Convert a string to upper case.
Returns a copy of the string s with all lower case characters converted to upper case.
lower_case()