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