Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: non-exact regexp matches

by diotalevi (Canon)
on Jun 23, 2004 at 16:04 UTC ( [id://369090]=note: print w/replies, xml ) Need Help??


in reply to non-exact regexp matches

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).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://369090]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-19 00:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found