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

Search results for "module:Regexp::Common::list"

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

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

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

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

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::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

Regexp::Pattern - Convention/framework for modules that contain collection of regexes River stage two • 11 direct dependents • 24 total dependents

Regexp::Pattern is a convention for organizing reusable regexp patterns in modules, as well as framework to provide convenience in using those patterns in your program. Structure of an example Regexp::Pattern::* module package Regexp::Pattern::Exampl...

PERLANCAR/Regexp-Pattern-0.2.14 - 01 Apr 2020 00:56:32 UTC

Class::Delegation - Object-oriented delegation River stage one • 1 direct dependent • 1 total dependent

The Class::Delegation module simplifies the creation of delegation-based class hierarchies, allowing a method to be redispatched: * to a single nominated attribute, * to a collection of nominated attributes in parallel, or * to any attribute that can...

DCONWAY/Class-Delegation-1.009001 - 29 May 2020 08:26:24 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::Grammars - Add grammatical parsing features to Perl 5.10 regexes River stage three • 19 direct dependents • 631 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::Wildcards - Converts wildcard expressions to Perl regular expressions. River stage one • 2 direct dependents • 8 total dependents

In many situations, users may want to specify patterns to match but don't need the full power of regexps. Wildcards make one of those sets of simplified rules. This module converts wildcard expressions to Perl regular expressions, so that you can use...

VPIT/Regexp-Wildcards-1.05 - 24 Aug 2013 20:12:07 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::Log::BlueCoat - A regexp builder to parse BlueCoat log files River stage zero No dependents

Regexp::Log::BlueCoat is a module that computes custom regular expressions to parse log files generated by the BlueCoat Sytems *Port 80 Security Appliance*. See the Regexp::Log documentation for a description of the standard Regexp::Log interface. St...

BOOK/Regexp-Log-BlueCoat-0.03 - 28 Mar 2005 00:43:57 UTC

Regexp::Common::Emacs - regexps for some Emacs filenames River stage one • 3 direct dependents • 5 total dependents

This module is regexps matching filenames used by Emacs. They're designed to operate only on the filename without a directory part, so foo.txt good /dir/foo.txt bad Basename-only is because the directory and/or volume part is system dependent and bes...

KRYDE/Regexp-Common-Other-14 - 04 Jun 2015 22:32:56 UTC

Regexp::Common::Markdown - Markdown Common Regular Expressions River stage one • 1 direct dependent • 2 total dependents

This module provides Markdown regular expressions as set out by its original author John Gruber <https://daringfireball.net/projects/markdown/syntax> There are different types of patterns: vanilla and extended. To get the extended regular expressions...

JDEGUEST/Regexp-Common-Markdown-v0.1.5 - 23 Aug 2021 03:03:50 UTC

Regexp::Profanity::US - Simple functions for detecting U.S. profanity River stage one • 1 direct dependent • 2 total dependents

This module provides an API for checking strings for strings containing various degrees of profanity, per US standards....

TBONE/Regexp-Common-profanity_us-4.112150 - 03 Aug 2011 16:03:54 UTC

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

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

Regexp::Common::number - provide regexes for numbers 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{num}{int}{-base}{-sep}{-group}{-places}{-sign} Returns a pattern that matches...

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

Regexp::Common::Apache2 - Apache2 Expressions River stage one • 1 direct dependent • 1 total dependent

This is the perl port of Apache2 expressions <https://httpd.apache.org/docs/trunk/en/expr.html> The regular expressions have been designed based on Apache2 Backus-Naur Form (BNF) definition as described below in "APACHE2 EXPRESSION" You can also use ...

JDEGUEST/Regexp-Common-Apache2-v0.2.1 - 11 Mar 2021 12:00:50 UTC
24 results (0.073 seconds)