Skip to main content

upper_case

Discworld driver help

upper_case

Name

upper_case() - return the uppercase version of a given string

Synopsis

string upper_case( string str );

Description

Return the uppercase version of string `str' (`str' remains unchanged).

See also

capitalize(), lower_case()