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

Wojtek Walczak gminick at hacker.pl
Wed Nov 26 15:58:40 EST 2003


Dnia 26 Nov 2003 10:57:32 -0800, Amy napisał(a):
[...]
> Isn't there a built in method for changing a string to lowercase?

>>> print ''.lower.__doc__
S.lower() -> string

Return a copy of the string S converted to lowercase.


Read the docs!

-- 
[ Wojtek Walczak - gminick (at) underground.org.pl ]
[        <http://gminick.linuxsecurity.pl/>        ]
[ "...rozmaite zwroty, matowe od patyny dawnosci." ]





More information about the Python-list mailing list