http://www.perlmonks.org?node_id=369056


in reply to non-exact regexp matches

Check out chapter 9 of Mastering Algorithms with Perl for several approximate matching routines. The code is also available here.

Replies are listed 'Best First'.
Re^2: non-exact regexp matches
by vinforget (Beadle) on Jun 23, 2004 at 15:15 UTC
    Thanks. One of my coworkers has this book, but he's not in today ! I may just end up buying this book... it keep on coming up in regexp discussion! Duh! Vince