libre-engine-re2-perl 0.14-ok1 source package in openKylin
Changelog
libre-engine-re2-perl (0.14-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Tue, 20 Sep 2022 17:35:38 +0800
libre-engine-re2-perl (0.14-ok1) yangtze; urgency=medium * Build for openkylin. -- zhangyichun <email address hidden> Tue, 20 Sep 2022 17:35:38 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libre-engine-re2-perl_0.14.orig.tar.gz | 327.0 KiB | e4121d0a6658a3dfba06d21ff082e6e8ef3ae88e29c31eaa127c0ecd5f0e2fc5 |
libre-engine-re2-perl_0.14-ok1.debian.tar.xz | 8.7 KiB | 958338689ad193c801f72d73c57f9eb64161c204c57d371d6c37d3d381fb4c03 |
libre-engine-re2-perl_0.14-ok1.dsc | 1.9 KiB | b3f2ac5dc2b391dd0d5818740e903076a55f243d600941e0274a89efedb39c08 |
re::engine::RE2 replaces perl's regex engine
in a given lexical scope with RE2.
.
RE2 is a primarily DFA based regexp engine from Google
that is very fast at matching large amounts of text.
However it does not support look behind
and some other Perl regular expression features.
See RE2's syntax wiki page
at <https:/
.
Fallback to normal Perl regexp is implemented by this module.
If RE2 is unable to compile a regexp it will use Perl instead,
therefore features not implemented by RE2 don't suddenly stop working,
they will just use Perl's regexp implementation.