2003-10-13 13:33:11 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
Author: Jarkko Hietaniemi <jhi@iki.fi>
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Regex-PreSuf/
|