ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
340 B
Text
7 lines
340 B
Text
The Regex::Presuf module can be used to build regular expressions out
|
|
of 'word lists', lists of strings. The regular expression matches the
|
|
same words as the word list. These regular expressions normally run
|
|
few dozen percentages faster than a simple-minded '|'-concatenation of
|
|
the words.
|
|
|
|
WWW: https://metacpan.org/release/Regex-PreSuf
|