NAME upper_case - convert a string to uppercase SYNTAX string upper_case(string s); DESCRIPTION Return a string with all the characters converted to upper case. SEE ALSO lower_case, capitalize