Table of Contents

Lower (Function)

Format

lower ( string_expression )

returns string_expression

Description

Returns string_expression with all alphabetic characters converted to lower case.

See Also

Upper

print lower("BlUe!")

will display

blue!

See Also

2016/01/01 22:42

History

0.9.5eNew To Version