Name: | perl-Regexp-Trie |
---|---|
Version: | 0.02 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 6058 |
License: | GPL+ or Artistic |
RPM: | perl-Regexp-Trie-0.02-2.el9.noarch.rpm |
Source RPM: | perl-Regexp-Trie-0.02-2.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-x86_64.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". |