freebsd-ports/textproc/p5-Regex-PreSuf/pkg-descr
Mathieu Arnold 42d40b4699 Add p5-Regex-PreSuf 1.15
Regex::PreSuf - Given word lists, create regular expressions.

PR:		57855
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-13 11:33:11 +00:00

8 lines
385 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.
Author: Jarkko Hietaniemi <jhi@iki.fi>
WWW: http://search.cpan.org/search?dist=Regex-PreSuf