|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: non-exact regexp matchesby diotalevi (Canon) |
| on Jun 23, 2004 at 16:04 UTC ( #369090=note: print w/ replies, xml ) | Need Help?? |
|
Use Regexp::Approx - Use fuzzy regular expressions. It uses String::Approx internally to do the approximate matching but avoids the problem of the regexp engine not being re-entrant (which is the problem you run into if you use String::Approx directly from within your regexp).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||