Index // Upper


Format:

upper( string )

Description:

Returns string with all alphabetic characters converted to upper case.

See Also:

Lower

Example:

The line

print lower("BlUe!")
will print
BLUE!

Revised:

0.9.5e