lower¶ Signature¶ lower(string) Description¶ Returns the given string with all Unicode letters mapped to their lower case. Examples¶ lower('FOOBAR') == 'foobar'