===== Lower =====
==== Format ====
**lower**( //string//)
==== Description ====
Returns //string// with all alphabetic characters converted to lower case.
==== See Also ====
[[upper|Upper]]
print lower("BlUe!")
will display
blue!
==== New To Version ====
0.9.5e