Skip to main content

lower_case

Discworld driver help

lower_case

Name

lower_case() - return the lowercase version of a given string

Synopsis

string lower_case( string str );

Description

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

See also

capitalize()