From the NannyMUD documentation
2000-12-14
NAME
upper_case - Capitalize a string.SYNTAX
string upper_case(string str)DESCRIPTION
This function returns a string that is a copy of the argument string 'str' but with all letters capitalized.SEE ALSO
capitalize in efun/type_related/capitalizeSEE ALSO
lower_case in efun/type_related/lower_case