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

Search results for "module:re"

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

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

Sah::Schemas::Re - Various regular-expression schemas River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Sah-Schemas-Re-0.006 - 23 Feb 2024 02:01:00 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

Sah::PSchemas::Re - Various regular-expression (parameterized) schemas River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Sah-PSchemas-Re-0.002 - 20 Aug 2022 12:11:36 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

Data::Sah::Type::re - re type River stage three • 359 direct dependents • 603 total dependents

PERLANCAR/Data-Sah-0.917 - 16 Feb 2024 10:01:15 UTC

Sah::Schema::obj::re - Regexp object River stage one • 1 direct dependent • 1 total dependent

This schema can be used as a stricter version of the "re" type. Unlike "re", this schema only accepts "Regexp" object and not string....

PERLANCAR/Sah-Schemas-Re-0.006 - 23 Feb 2024 02:01:00 UTC

Sah::SchemaR::obj::re - Regexp object River stage one • 1 direct dependent • 1 total dependent

This module is automatically generated by Dist::Zilla::Plugin::Sah::Schemas during distribution build. A Sah::SchemaR::* module is useful if a client wants to quickly lookup the base type of a schema without having to do any extra resolving. With Sah...

PERLANCAR/Sah-Schemas-Re-0.006 - 23 Feb 2024 02:01:00 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

Bio::Grep::Backend::RE - Perl Regular Expression back-end River stage zero No dependents

Bio::Grep::Backend::RE searches for a query with a Perl Regular Expression. Internally, it pre-compiles the specified regex (with the appended modifiers i, m, s and x), matches it against every line in the database with the looping modifier g, and th...

LIMAONE/Bio-Grep-v0.10.6 - 12 Nov 2009 20:01:33 UTC

String::Interpolate::RE - interpolate variables into strings using regular expressions River stage zero No dependents

This module interpolates variables into strings using regular expression matching rather than Perl's built-in interpolation mechanism and thus hopefully does not suffer from the security problems inherent in using eval to interpolate into strings of ...

DJERIUS/String-Interpolate-RE-0.11 - 01 Sep 2021 20:09:05 UTC
30 results (0.022 seconds)