Search results for "module:Regexp::Parser"

Regexp::Parser - base class for parsing regexes River stage one • 1 direct dependent • 1 total dependent

This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4's regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there is not c...

TODDR/Regexp-Parser-0.23 - 20 Jan 2020 05:37:55 UTC

Regexp::Parser - handlers for Perl 5 regexes River stage one • 1 direct dependent • 1 total dependent

This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial....

TODDR/Regexp-Parser-0.23 - 20 Jan 2020 05:37:55 UTC

lib/Regexp/Parser/Diagnostics.pm River stage one • 1 direct dependent • 1 total dependent

TODDR/Regexp-Parser-0.23 - 20 Jan 2020 05:37:55 UTC

Regexp::Parser::__object__ - objects for Perl 5 regexes River stage one • 1 direct dependent • 1 total dependent

This module contains the object definitions for Regexp::Parser. Inheritance All Regexp::Parser::* objects inherit from Regexp::Parser::__object__, the global object base class. All user-defined MyRx::* objects inherit from MyRx::__object__ first, the...

TODDR/Regexp-Parser-0.23 - 20 Jan 2020 05:37:55 UTC

lib/Compiler/Parser/Node/Regexp.pm River stage one • 1 direct dependent • 1 total dependent

GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC

Graph::Regexp - Create graphical flowchart from a regular expression River stage zero No dependents

This module takes the debug dump of a regular expression (regexp) as generated by Perl itself, and creates a flowchart from it as a Graph::Easy object. This in turn can be converted it into all output formats currently supported by "Graph::Easy", nam...

TELS/Graph-Regexp-0.05 - 13 Apr 2008 20:00:03 UTC

PPIx::Regexp - Represent a regular expression of some sort River stage three • 9 direct dependents • 167 total dependents

The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document. This package shares with PPI the ...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

Regexp::Fields - named capture groups River stage zero No dependents

"Regexp::Fields" adds the extended "(?<name> ...)" pattern to Perl's regular expression language. This works like an ordinary pair of capturing parens, but after a match you can use $&{name} instead of $1 (or whichever $N) to get at the captured subs...

GRAZZ/Regexp-Fields-0.046 - 03 Nov 2003 22:53:55 UTC

Regexp::Log::WMS - A regular expression parser for WMS log format. River stage zero No dependents

Regexp::Log::WMS uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for parsing...

SALVA/Regexp-Log-WMS-0.02 - 23 May 2005 09:05:59 UTC

Regexp::Assemble - Assemble multiple Regular Expressions into a single RE River stage two • 26 direct dependents • 87 total dependents

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 t...

RSAVAGE/Regexp-Assemble-0.38 - 19 Jun 2017 23:15:38 UTC

Regexp::Grammars - Add grammatical parsing features to Perl 5.10 regexes River stage three • 18 direct dependents • 613 total dependents

This module adds a small number of new regex constructs that can be used within Perl 5.10 patterns to implement complete recursive-descent parsing. Perl 5.10 already supports recursive-descent *matching*, via the new "(?<name>...)" and "(?&name)" con...

DCONWAY/Regexp-Grammars-1.058 - 15 Sep 2022 01:31:42 UTC

Regexp::Log::Helix - A regular expression parser for Helix log format. River stage zero No dependents

This module parses access logs created by Real's Helix 11. For more information on how to use this module, please see Regexp::Log....

MODULO/Regexp-Log-Helix-1.04 - 22 Aug 2006 21:45:26 UTC

Regexp::MinLength - Perl extension for determining the minimum matching length for a regular expression River stage zero No dependents

This module determines the minimum matching length for a regular expression....

LMETCALF/Regexp-MinLength-0.03 - 27 Mar 2010 02:58:03 UTC

Regexp::Log::Common - A regular expression parser for the Common Log Format River stage zero No dependents

Regexp::Log::Common uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for pars...

BARBIE/Regexp-Log-Common-0.10 - 15 Oct 2014 02:05:07 UTC

Regexp::Parsertron - Parse a Perl regexp into a data structure of type Tree River stage zero No dependents

Parses a regexp into a tree object managed by the Tree module, and provides various methods for updating and retrieving that tree's contents. This module uses Marpa::R2 and Moo....

RSAVAGE/Regexp-Parsertron-1.05 - 21 Nov 2018 22:31:29 UTC

JSON::Decode::Regexp - JSON parser as a single Perl Regex River stage one • 2 direct dependents • 2 total dependents

This module is a packaging of Randal L. Schwartz' code (with some modification) originally posted at: http://perlmonks.org/?node_id=995856 The code is licensed "just like Perl"....

PERLANCAR/JSON-Decode-Regexp-0.102 - 01 Aug 2021 09:54:02 UTC

Regexp::Log::Monster - A regexp parser for the Extended Log Format + vhost River stage zero No dependents

Regexp::Log::Monster uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for par...

MSIMERSON/Apache-Logmonster-5.36 - 11 Sep 2014 06:33:32 UTC

PPIx::Regexp::Dumper - Dump the results of parsing regular expressions River stage three • 9 direct dependents • 167 total dependents

This class generates a formatted dump of a PPIx::Regexp::Element object (or any subclass thereof), a PPIx::Regexp::Tokenizer object, or a string that can be made into one of these....

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

Regexp::Common::debian - regexps for Debian specific strings River stage one • 1 direct dependent • 1 total dependent

Debian GNU/Linux as a management system validates, parses, and generates a lots of data. For sake of some other project I've needed some kind of parser. And, at time of starting, there're reasons to go myself. Those reasons are moot now but here we a...

WHYNOT/Regexp-Common-debian-v0.2.14 - 05 Jul 2014 20:13:31 UTC

PPIx::Regexp::Constant - Constants for the PPIx::Regexp system River stage three • 9 direct dependents • 167 total dependents

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC
24 results (0.058 seconds)