From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


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_case

SEE ALSO

        upper_case in efun/type_related/upper_case