Index // Lower


Format:

lower( string )

Description:

Returns string with all alphabetic characters converted to lower case.

See Also:

Upper

Example:

The line

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

Revised:

0.9.5e