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

Search results for "module:Regexp::List"

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

List::Regexp - Convert list of strings to a regular expression River stage zero No dependents

Returns a regular expression that will match any string from the input list @strings. First argument can be a reference to a hash, which controls how the regexp is built. Valid keys are: type => pcre|posix|emacs Controls the flavor of the generated e...

SGRAY/List-Regexp-1.04 - 13 Feb 2021 08:57:09 UTC

Regexp::Match::List - Matches a string to a list of regular expressions River stage zero No dependents

Regexp::Match::List matches a string to a list of regular expressions with callbacks and sorting optimization for large datasets. Think Regexp::Match::Any with optimization (sort on usage trends, most popular first -- see Data::Sorting) and expanded ...

DELANO/Regexp-Match-List-0.5 - 29 Apr 2004 01:55:03 UTC

Regexp::Common::list - provide regexes for lists River stage three • 195 direct dependents • 487 total dependents

Please consult the manual of Regexp::Common for a general description of the works of this interface. Do not use this module directly, but load it via *Regexp::Common*. $RE{list}{-pat}{-sep}{-lastsep} Returns a pattern matching a list of (at least tw...

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC

Regexp::Tr - Run-time-compiled tr/// objects. River stage one • 1 direct dependent • 1 total dependent

One very useful ability of Perl is to do relatively cheap transliteration via the tr/// regex operator. Unfortunately, Perl requires tr/// to be known at compile-time. The common solution has been to put an eval around any dynamic tr/// operations, b...

CHIA/Regexp-Tr-0.05 - 08 Jun 2003 17:49:42 UTC

Regexp::Log - A base class for log files regexp builders River stage one • 9 direct dependents • 9 total dependents

Regexp::Log is a base class for a variety of modules that generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). The goal of this module family is to compute regular expressions based on t...

BOOK/Regexp-Log-0.06 - 10 Nov 2011 19:54:43 UTC

Regexp::ERE - extended regular expressions and finite automata River stage zero No dependents

Pure-perl module for: * Parsing POSIX Extended Regular Expressions ($ere) into Non-Deterministic Finite Automata ($nfa) * Manipulating $nfas (concatenating, or-ing, and-ing) * Computing Deterministic Finite Automata ($dfas) from $nfas (powerset const...

LOIC/Regexp-ERE-0.04 - 30 Jan 2015 11:20:53 UTC

Bio::Regexp - Exhaustive DNA/RNA/protein regexp searches River stage zero No dependents

This module is for searching inside DNA or RNA or protein sequences. The sequence to be found is specified by a restricted version of regular expressions. The restrictions allow us to manipulate the regexp in various ways described below. As well as ...

FRACTAL/Bio-Regexp-0.101 - 26 Jan 2014 18:11:26 UTC

Regexp::Copy - copy Regexp objects River stage zero No dependents

"Regexp::Copy" allows you to copy the contents of one Regexp object to another. A problem that I have found with the qr// operator is that the Regexp objects that it creates are is impossible to dereference. This causes problems if you want to change...

JDUNCAN/Regexp-Copy-0.06 - 16 Jul 2003 11:14:58 UTC

Regexp::Flow - flow control for using regular expression River stage zero No dependents

PERRETTDL/Regexp-Flow-0.002 - 29 Jun 2014 17:27:37 UTC

Regexp::Util - A selection of general-utility regexp subroutines River stage two • 5 direct dependents • 17 total dependents

This module provides the following functions: "is_regexp($ref)" Returns a boolean indicating whether $ref is a regexp reference. Is not tricked by blessed regexps. "regexp_seen_evals($re)" Returns true if $re contains embedded Perl code. "regexp_is_f...

TOBYINK/Regexp-Util-0.005 - 03 Aug 2018 14:57:15 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

Test::Regexp - Test your regular expressions River stage one • 1 direct dependent • 1 total dependent

This module is intended to test your regular expressions. Given a subject string and a regular expression (aka pattern), the module not only tests whether the regular expression complete matches the subject string, it performs a "utf8::upgrade" or "u...

ABIGAIL/Test-Regexp-2017040101 - 01 Apr 2017 12:19:47 UTC

Regexp::Lexer - Lexer for regular expression of perl River stage one • 1 direct dependent • 2 total dependents

Regexp::Lexer is a lexer for regular expression of perl. This module splits the regular expression string to tokens which has minimum meaning....

MOZNION/Regexp-Lexer-0.05 - 07 Feb 2015 06:55:13 UTC

Devel::MAT::SV - represent a single SV from a heap dump River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent individual SV variables found in the arena during a heap dump. Actual types of SV are represented by subclasses, which are documented below....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC

Attribute::Types - Attributes that confer type on variables River stage zero No dependents

The Attribute::Types module provides 10 universally accessible attributes that can be used to create variables that accept assignments of only specific types of data. The attributes are: "INTEGER" Indicates that the associated scalar, or the elements...

DCONWAY/Attribute-Types-0.10 - 10 May 2001 05:49:19 UTC

Regexp::Genex - get the strings a regex will match, with a regex River stage zero No dependents

This module uses the regex engine to generate the strings that a given regex would match. Some ideas for uses: Test and debug your regex. Generate test data. Generate combinations. Generate data according to a lexical pattern (urls, etc) Edit the reg...

BOWMANBS/Regexp-Genex-0.07 - 16 Aug 2007 01:56:01 UTC

Regexp::Ignore - Let us ignore unwanted parts, while parsing text. River stage zero No dependents

Markup languages, like HTML, are difficult to parse. The reason is that you can have a line like: <font size=+1>H</font>ello <font size=+1>W</font>orld How can we find the string "Hello World", in the above line, and replace it by "Hello Universe" (w...

RANI/Regexp-Ignore-0.03 - 02 Oct 2002 10:57:21 UTC

Regexp::Result - store information about a regexp match for later retrieval River stage one • 1 direct dependent • 1 total dependent

PERRETTDL/Regexp-Result-0.004 - 29 Oct 2014 17:39:16 UTC

Regexp::Common - Provide commonly requested regular expressions River stage three • 195 direct dependents • 487 total dependents

By default, this module exports a single hash (%RE) that stores or generates commonly needed regular expressions (see "List of available patterns"). There is an alternative, subroutine-based syntax described in "Subroutine-based interface". General s...

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC
76 results (0.044 seconds)