string.find for case insensitive search

Steve Holden steve at holdenweb.com
Wed Feb 7 17:21:30 EST 2007


Don Morrison wrote:
> string.find is deprecated as per the official python documentation.
> 
but the str.find() method isn't.

> take a look at the "re" module
> 
A possibility.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb     http://del.icio.us/steve.holden
Blog of Note:          http://holdenweb.blogspot.com
See you at PyCon?         http://us.pycon.org/TX2007




More information about the Python-list mailing list