Table of Contents

Upper (Function)

Format

upper ( string_expression )

returns string_expression

Description

Returns string_expression with all alphabetic characters converted to upper case.

See Also

Lower

Example

print upper("BlUe!")

will display

BLUE!

See Also

2016/01/01 22:42

History

0.9.5eNew To Version