mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
42d40b4699
Regex::PreSuf - Given word lists, create regular expressions. PR: 57855 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
9 lines
385 B
Plaintext
9 lines
385 B
Plaintext
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>
|
|
WWW: http://search.cpan.org/search?dist=Regex-PreSuf
|