in reply to finding substrings that have been inserted into a string

What you're looking for is the "edit distance", and there are many modules in the CPAN that implement that in different ways.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: finding substrings that have been inserted into a string

Replies are listed 'Best First'.
Re^2: finding substrings that have been inserted into a string
by Corion (Patriarch) on Sep 17, 2006 at 17:57 UTC