"in" operator for strings

Fredrik Lundh fredrik at effbot.org
Sat Feb 3 04:06:50 EST 2001


Tim Peters wrote:
> See mxTextTools for a Boyer-Moore 8-bit string searcher.

or use re.compile/pattern.search for a Knuth-Morris-Pratt
style 8-bit/16-bit string searcher...

Cheers /F





More information about the Python-list mailing list