mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ec77db52b0
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/
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
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/
|