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