Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > to_upper

API Function: to_upper

Summary:
converts a string to uppercase

Defined In LPC Object:
/usr/common/sys/stringd.c

Prototype:
string to_upper(string str)

Can Be Called By:
Anybody

Description:

Returns the string with all lowercase alphabetic characters converted to uppercase.

Return Value:

The new string.

Errors:
Normally none.

See Also:
char_to_upper , to_lower