Converts string to lowercase.
>>> spam = 'Hello, world!' >>> spam.lower() 'hello, world!'
Type to start searching