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