to_upper¶ Signature¶ to_upper(string) Description¶ Takes in a string and outputs the same string with all upper-case letters. Examples¶ upper('foobar') == 'FOOBAR'