Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are good Perl Pattern-matching / Regex Modules?

I've been having a need to do a lot of regex / pattern-matching stuff lately and, in looking at different examples / forum posts from my web searches it seems people sometimes mention that perl has good modules to help in simplifying pattern matching / regex tasks, however they neglect to mention which ones are the best for this.. I have looked at CPAN for this but their site isn't very easy to navigate as I can't seem to search effectively by category.. any advice is appreciated.

like image 319
Rick Avatar asked Dec 05 '22 02:12

Rick


1 Answers

Take a look at Regexp::Common

Also, look at YAPE::Regex::Explain and the web front end to it. Invaluable.

like image 107
dawg Avatar answered Dec 16 '22 04:12

dawg