===== Lower (Function) =====
==== Format ====
**lower** ( [[stringexpressions|string_expression]] )
returns [[stringexpressions|string_expression]]
==== Description ====
Returns [[stringexpressions|string_expression]] with all alphabetic characters converted to lower case.
==== See Also ====
[[upper|Upper]]
print lower("BlUe!")
will display
blue!
==== See Also ====
{{page>en:start#String Handling&noheader}}
==== History ====
|0.9.5e|New To Version|