text search??
Matt Gerrans
mgerrans at mindspring.com
Fri Jun 21 02:50:13 EDT 2002
More information about the Python-list mailing list
Fri Jun 21 02:50:13 EDT 2002
- Previous message (by thread): wxPython: wxEvtHandler leak on exit?
- Next message (by thread): text search??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You could either lower() the string before comparing ('WinZip'.lower() ==
'winzip'), or use regular expresions (look at the re module).
- Previous message (by thread): wxPython: wxEvtHandler leak on exit?
- Next message (by thread): text search??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list