Name: | perl-Regexp-Trie |
---|---|
Version: | 0.02 |
Release: | 15.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 5791 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Regexp-Trie-0.02-15.el10_0.noarch.rpm |
Source RPM: | perl-Regexp-Trie-0.02-15.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-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". |