text search??

Matt Gerrans mgerrans at mindspring.com
Fri Jun 21 02:50:13 EDT 2002


You could either lower() the string before comparing ('WinZip'.lower() ==
'winzip'), or use regular expresions (look at the re module).





More information about the Python-list mailing list