mud/lib/doc/efun/strings/upper_case
2020-09-06 05:43:07 -07:00

15 lines
354 B
Plaintext

upper_case - return the uppercase version of a given string
string upper_case(string);
Return the uppercase version of a given string (original string remains
unchanged).
This function requires PACKAGE_CONTRIB to be defined in the options file.
See also:
capitalize,
lower_case
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere