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 UTCReturns 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 UTCRegexp::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 UTCPlease 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 UTCOne 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 UTCRegexp::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 UTCPure-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 UTCThis 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" 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 UTCPERRETTDL/Regexp-Flow-0.002 - 29 Jun 2014 17:27:37 UTC
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 UTCThe 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.080 - 16 Apr 2021 10:06:17 UTCThis 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 UTCObjects 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.44 - 27 Mar 2021 15:12:58 UTCThe 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 UTCRegexp::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 UTCThis 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 UTCSQL::Statement::Operation is an abstract base class providing the interface for all operation terms....
REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTCMarkup 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 UTCPERRETTDL/Regexp-Result-0.004 - 29 Oct 2014 17:39:16 UTC