lower
Index

Lower

Format

lower( string)

Description

Returns string with all alphabetic characters converted to lower case.

See Also

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

New To Version

0.9.5e