Table of Contents

Upper

Format

upper ( string )

Description

Returns string with all alphabetic characters converted to upper case.

See Also

Lower

Example

print upper("BlUe!")

will display

BLUE!

New To Version

0.9.5e