string.find for case insensitive search

Don Morrison donmorrison at gmail.com
Wed Feb 7 16:09:00 EST 2007


string.find is deprecated as per the official python documentation.

take a look at the "re" module

On 7 Feb 2007 12:53:36 -0800, Johny <python at hope.cz> wrote:
> Is there a good way how to use string.find function to find a
> substring if I need to you case insensitive substring?
> Thanks for reply
> LL
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list