Extracted from Pike v7.4 release 97 at 2004-08-02.
pike.ida.liu.se
[Top]
predef::

Method upper_case()


Method upper_case

string upper_case(string s)

Description

Convert a string to upper case.

Returns

Returns a copy of the string s with all lower case characters converted to upper case.

See also

lower_case()