7 lines
282 B
Text
7 lines
282 B
Text
|
Regexp::Assemble allows you to take a number of regular expressions and
|
||
|
assemble them into a single regular expression (or RE) that will match
|
||
|
everything that any of the individual REs match, only what they match
|
||
|
and nothing else.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/Regexp-Assemble/
|