From the NannyMUD documentation
2000-12-14
NAME
capitalize - Make the first letter of a string uppercase.SYNTAX
string capitalize(string str)DESCRIPTION
With this command the first letter of a string is made upper-case.SEE ALSO
lower_case in efun/type_related/lower_caseSEE ALSO
upper_case in efun/type_related/upper_case