Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Regexp-Assemble | Distribution: openSUSE Leap 15.2 |
Version: 0.38 | Vendor: openSUSE |
Release: lp152.3.2 | Build date: Fri Sep 20 18:24:58 2019 |
Group: Development/Libraries/Perl | Build host: build74 |
Size: 252270 | Source RPM: perl-Regexp-Assemble-0.38-lp152.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Regexp-Assemble/ | |
Summary: Assemble multiple Regular Expressions into a single RE |
Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over, a target string only needs to be tested against one expression. This is interesting when you have several thousand patterns to deal with. Serious effort is made to produce the smallest pattern possible. It is also possible to track the original patterns, so that you can determine which, among the source patterns that form the assembled pattern, was the one that caused the match to occur. You should realise that large numbers of alternations are processed in perl's regular expression engine in O(n) time, not O(1). If you are still having performance problems, you should look at using a trie. Note that Perl's own regular expression engine will implement trie optimisations in perl 5.10 (they are already available in perl 5.9.3 if you want to try them out). 'Regexp::Assemble' will do the right thing when it knows it's running on a trie'd perl. (At least in some version after this one). Some more examples of usage appear in the accompanying README. If that file is not easy to access locally, you can find it on a web repository such as http://search.cpan.org/dist/Regexp-Assemble/README or http://cpan.uwinnipeg.ca/htdocs/Regexp-Assemble/README.html. See also LIMITATIONS.
Artistic-1.0 or GPL-1.0+
* Sun Oct 08 2017 coolo@suse.com - updated to 0.38 see /usr/share/doc/packages/perl-Regexp-Assemble/Changelog.ini - remove realperl.patch * Thu May 26 2011 coolo@novell.com - apply realperl.patch to fix perl requires * Thu Apr 07 2011 coolo@novell.com - initial package 0.35 * created by cpanspec 1.78.04
/usr/lib/perl5/vendor_perl/5.26.1/Regexp /usr/lib/perl5/vendor_perl/5.26.1/Regexp/Assemble.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-Regexp-Assemble /usr/share/doc/packages/perl-Regexp-Assemble/Changes /usr/share/doc/packages/perl-Regexp-Assemble/README /usr/share/doc/packages/perl-Regexp-Assemble/TODO /usr/share/doc/packages/perl-Regexp-Assemble/examples /usr/share/doc/packages/perl-Regexp-Assemble/examples/assemble /usr/share/doc/packages/perl-Regexp-Assemble/examples/debugging /usr/share/doc/packages/perl-Regexp-Assemble/examples/failure.01.pl /usr/share/doc/packages/perl-Regexp-Assemble/examples/fee /usr/share/doc/packages/perl-Regexp-Assemble/examples/file.1 /usr/share/doc/packages/perl-Regexp-Assemble/examples/file.2 /usr/share/doc/packages/perl-Regexp-Assemble/examples/file.3 /usr/share/doc/packages/perl-Regexp-Assemble/examples/file.4 /usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch /usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/bad.canonical /usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/error.canonical /usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/good.canonical /usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/hostmatch /usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/source.in /usr/share/doc/packages/perl-Regexp-Assemble/examples/ircwatcher /usr/share/doc/packages/perl-Regexp-Assemble/examples/naive /usr/share/doc/packages/perl-Regexp-Assemble/examples/roman /usr/share/doc/packages/perl-Regexp-Assemble/examples/stress-test.pl /usr/share/doc/packages/perl-Regexp-Assemble/examples/tld /usr/share/doc/packages/perl-Regexp-Assemble/examples/track-5.10 /usr/share/doc/packages/perl-Regexp-Assemble/examples/unquotemeta /usr/share/licenses/perl-Regexp-Assemble /usr/share/licenses/perl-Regexp-Assemble/LICENSE /usr/share/man/man3/Regexp::Assemble.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024