Converts string to uppercase.
>>> spam = 'Hello, world!' >>> spam.upper() 'HELLO, WORLD!'
Type to start searching