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

Search results for "re::engine"

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

re::engine::Plugin - API to write custom regex engines River stage zero No dependents

As of perl 5.9.5 it's possible to lexically replace perl's built-in regular expression engine with your own (see perlreapi and perlpragma). This module provides a glue interface to the relevant parts of the perl C API enabling you to write an engine ...

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

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 - Search in distribution

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 - Search in distribution

Regexp::Pattern::Test::re_engine - Regexp patterns to test loading under re::engine::* River stage one • 1 direct dependent • 1 total dependent

Regexp::Pattern is a convention for organizing reusable regex patterns....

PERLANCAR/Regexp-Pattern-Test-re_engine-0.001 - 04 Jan 2020 05:39:49 UTC - Search in distribution

Tree::XPathEngine - a re-usable XPath engine River stage one • 5 direct dependents • 9 total dependents

This module provides an XPath engine, that can be re-used by other module/classes that implement trees. It is designed to be compatible with Class::XPath, ie it passes its tests if you replace Class::XPath by Tree::XPathEngine. This code is a more or...

MIROD/Tree-XPathEngine-0.05 - 15 Feb 2006 15:48:34 UTC - Search in distribution

JE - Pure-Perl ECMAScript (JavaScript) Engine River stage two • 6 direct dependents • 10 total dependents

JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distribution

Hailo - A pluggable Markov engine analogous to MegaHAL River stage one • 3 direct dependents • 5 total dependents

Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL. It has a pluggable storage, tokenizer and engine backends. It is similar to MegaHAL in functionality, the main differences (with the default backends) being better scalabi...

AVAR/Hailo-0.75 - 28 Nov 2018 11:10:30 UTC - Search in distribution

Piper - Flexible, iterable pipeline engine with automatic batching River stage zero No dependents

The software engineering concept known as a pipeline is a chain of processing segments, arranged such that the output of each segment is the input of the next. Piper is a pipeline builder. It composes arbitrary processing segments into a single pipel...

EHLERS/Piper-0.05 - 13 Feb 2018 13:37:13 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
297 results (0.184 seconds)