How to escape strings for re.finditer?
Thomas Passin
list1 at tompassin.net
Tue Feb 28 14:17:30 EST 2023
On 2/28/2023 11:48 AM, Jon Ribbens via Python-list wrote:
> On 2023-02-28, Thomas Passin <list1 at tompassin.net> wrote:
...
>>
>> It is interesting, though, how pre-processing the search pattern can
>> improve search times if you can afford the pre-processing. Here's a
>> paper on rapidly finding matches when there may be up to one misspelled
>> character. It's easy enough to implement, though in Python you can't
>> take the additional step of tuning it to stay in cache.
>>
>> https://Robert.Muth.Org/Papers/1996-Approx-Multi.Pdf
>
> You've somehow title-cased that URL. The correct URL is:
>
> https://robert.muth.org/Papers/1996-approx-multi.pdf
Thanks, not sure how that happened ...
More information about the Python-list
mailing list