lower()

Converts string to lowercase.

>>> spam = 'Hello, world!'
>>> spam.lower()
'hello, world!'