searching substrings with interpositions

bplumhoff at t-online.de bplumhoff at t-online.de
Tue May 24 05:31:06 EDT 2005


Hello Giorgi,

I suggest to google for "python boyer moore" to get a fast
implementation of a string search algorithm in Python (the Boyer-Moore
algorithm).

One promising hit seems to be:
http://www.egenix.com/files/python/mxTextTools.html

HTH,
Bernd




More information about the Python-list mailing list