Search results for "module:Regexp::Optimizer"

Regexp::Optimizer - optimizes regular expressions River stage one • 1 direct dependent • 1 total dependent

DANKOGAI/Regexp-Optimizer-0.23 - 26 Feb 2013 05:50:34 UTC

Regexp::List - Assemble multiple Regular Expressions into a single RE River stage one • 1 direct dependent • 1 total dependent

This module exists just for the sake of compatibility w/ version 0.16 and below. new Just a stub. list2re Simply does: Regexp::Asssemble->new->add(@list);...

DANKOGAI/Regexp-Optimizer-0.23 - 26 Feb 2013 05:50:34 UTC

Regexp::Trie - builds trie-ized regexp River stage three • 1 direct dependent • 228 total dependents

This module is a faster but simpler version of Regexp::Assemble or Regexp::Optimizer. It builds a trie-ized regexp as above. This module is faster than Regexp::Assemble but you can only add literals. "a+b" is treated as "a\+b", not "more than one a's...

DANKOGAI/Regexp-Trie-0.02 - 27 Apr 2006 05:46:12 UTC

Regexp::Assemble - Assemble multiple Regular Expressions into a single RE River stage two • 27 direct dependents • 88 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::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
5 results (0.028 seconds)