| Name: | perl-Regexp-Trie |
|---|---|
| Version: | 0.02 |
| Release: | 2.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 6754 |
| License: | GPL+ or Artistic |
| RPM: | perl-Regexp-Trie-0.02-2.el7.noarch.rpm |
| Source RPM: | perl-Regexp-Trie-0.02-2.el7.src.rpm |
| Build Date: | Sun Feb 24 2019 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Regexp-Trie |
| Summary: | Build trie-ized regexp |
| Description: | This module is a faster but simpler version of Regexp::Assemble or Regexp::Optimizer. It builds a trie-ized regexp as above. This module is faster than Regexp::Assemble but you can only add literals: a+b is treated as a\+b, not "more than one a's followed by b". |