The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:re::engine"

re::engine::Lua - Lua regular expression engine River stage one • 1 direct dependent • 2 total dependents

Replaces perl's regex engine in a given lexical scope with the Lua 5.3 one. See "Lua 5.3 Reference Manual", section 6.4.1 "Patterns", <http://www.lua.org/manual/5.3/manual.html#6.4.1>. Character Class: A *character class* is used to represent a set o...

PERRAD/re-engine-Lua-0.19 - 01 Apr 2019 16:23:26 UTC

re::engine::RE2 - RE2 regex engine River stage one • 2 direct dependents • 4 total dependents

This module 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 regula...

DGL/re-engine-RE2-0.18 - 19 Jun 2023 01:05:34 UTC

re::engine::TRE - TRE regular expression engine River stage zero No dependents

Replaces Perl's regex engine in a given lexical scope with POSIX regular expressions provided by the TRE regular expression library. tre-0.8.0 <http://laurikari.net/tre/download/> is shipped with this module....

SYP/re-engine-TRE-0.09 - 24 Jun 2014 07:30:29 UTC

re::engine::GNU - GNU Regular Expression Engine River stage one • 1 direct dependent • 1 total dependent

The GNU regular expression engine plugged into perl. The package can be "used" with the following pragmas: -debug => boolean E.g. use re::engine::GNU -debug => 1; # a true value will print on stderr -syntax => bitwised value E.g. use re::engine::GNU ...

JDDPAUSE/re-engine-GNU-0.027 - 12 Feb 2023 04:13:25 UTC

re::engine::PCRE - Perl-compatible regular expression engine River stage one • 2 direct dependents • 3 total dependents

Replaces perl's regex engine in a given lexical scope with PCRE regular expressions provided by libpcre....

AVAR/re-engine-PCRE-0.17 - 29 Jan 2011 12:12:09 UTC

re::engine::LPEG - LPEG regular expression engine River stage zero No dependents

THIS MODULE IS A FAILURE. THE re-engine INTERFACE IS NOT THE RIGHT WAY TO WRAP LPeg. Replaces perl's regex engine in a given lexical scope with the LPeg one. See "Regex syntax for LPEG", on <http://www.inf.puc-rio.br/~roberto/lpeg/re.html>. Common Pi...

PERRAD/re-engine-LPEG-0.05 - 09 Jul 2010 15:34:18 UTC

re::engine::PCRE2 - PCRE2 regular expression engine with jit River stage zero No dependents

Replaces perl's regex engine in a given lexical scope with PCRE2 regular expressions provided by libpcre2-8. This provides jit support and faster matching, but may fail in corner cases. See pcre2compat <http://www.pcre.org/current/doc/html/pcre2compa...

RURBAN/re-engine-PCRE2-0.16 - 15 May 2019 16:28:58 UTC

re::engine::Hooks - Hookable variant of the Perl core regular expression engine. River stage zero No dependents

This module provides a version of the perl regexp engine that can call user-defined XS callbacks at the compilation and at the execution of each regexp node....

VPIT/re-engine-Hooks-0.06 - 02 Oct 2014 13:39:27 UTC

re::engine::Plan9 - Plan 9 regular expression engine River stage zero No dependents

Replaces perl's regex engine in a given lexical scope with Plan 9 regular expression provided by libregexp9. libregexp9 and the libfmt and libutf it depends on from Plan 9 are shipped with the module. The "/s" modifier causes "." to match a newline (...

AVAR/re-engine-Plan9-0.16 - 31 Mar 2010 15:18:45 UTC

re::engine::Oniguruma - Use the Oniguruma regex engine with Perl River stage zero No dependents

Replaces perl's regex engine in a given lexical scope with the Oniguruma engine. See <http://www.geocities.jp/kosako3/oniguruma/> for more information....

GFUJI/re-engine-Oniguruma-0.05 - 10 Jul 2011 12:00:26 UTC

re::engine::Hyperscan - High-performance regular expression matching library (Intel only) River stage zero No dependents

ALPHA - Does not work YET Replaces perl's regex engine in a given lexical scope with Intel's Hyperscan regular expressions provided by libhyperscan. This provides the fastest regular expression library on Intel-CPU's only, but needs to fall back to t...

RURBAN/re-engine-Hyperscan-0.01 - 07 Apr 2017 17:28:53 UTC

Plugin.pm River stage zero No dependents

VPIT/re-engine-Plugin-0.12 - 21 Dec 2015 16:18:36 UTC

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
14 results (0.07 seconds)