Package : perl-Regexp-Trie

Package details

Summary: Builds trie-ized regexp

Description:
This module is a faster but simpler version of the Regexp::Assemble manpage
or the Regexp::Optimizer manpage. It builds a trie-ized regexp as above.

This module is faster than the Regexp::Assemble manpage but you can only
add literals. 'a+b' is treated as 'a\+b', not "more than one a's followed
by b".

I wrote this module because I needed something faster than the
Regexp::Assemble manpage and the Regexp::Optimizer manpage. If you need
more minute control, use those instead.


URL: https://metacpan.org/release/Regexp-Trie
License: GPLv1+ or Artistic

Maintainer: tv

List of RPMs