Description
Perl applications can reuse common regular expressions for patterns such as numbers, dates, comments, and balanced text. This saves developers from rewriting tricky regexes for everyday parsing tasks.
It is a developer library. Shared patterns should still be tested with the application's real input, because a generally useful expression may be too broad or too strict for a specific workflow.