Is there a .tolower() for a string??

Arnaud-F. FAUSSE arnaud.fausse at wanadoo.fr
Wed Nov 26 15:28:12 EST 2003


look at .lower()
I hope it helps
AF

"Amy" <sean_bear at hotmail.com> a écrit dans le message de
news:7b1fa3cb.0311261057.ecb7325 at posting.google.com...
> I have a string say
>
> a = "Hello how are YOU"
>
> I want to end up with
>
> a = "hello how are you'
>
> Isn't there a built in method for changing a string to lowercase?
>
> Thanks.






More information about the Python-list mailing list