lower( string)
Returns string with all alphabetic characters converted to lower case.
Upper
print lower("BlUe!")
will display
blue!
0.9.5e