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

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

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::English - Perl module to create regular expressions more verbosely River stage one • 1 direct dependent • 1 total dependent

Regexp::English provides an alternate regular expression syntax, one that is slightly more verbose than the standard mechanisms. In addition, it adds a few convenient features, like incremental expression building and bound captures. You can access a...

CHROMATIC/Regexp-English-1.01 - 05 Apr 2011 06:01:30 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::NumRange - Create Regular Expressions for numeric ranges River stage zero No dependents

JRIDEOUT/Regexp-NumRange-0.03 - 12 Dec 2011 00:09:56 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::Debugger - Visually debug regexes in-place River stage one • 5 direct dependents • 8 total dependents

When you load this module, any regex in the same lexical scope will be visually (and interactively) debugged as it matches....

DCONWAY/Regexp-Debugger-0.002007 - 18 Nov 2023 00:06:07 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::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::Common::CC - provide patterns for credit card 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*. This module offers patterns for credit card numbers of several major credit card ...

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

Regexp::MultiLanguage - Convert common regular expressions checks in to Perl, PHP, and JavaScript code. River stage zero No dependents

ROBWALKER/Regexp-MultiLanguage-0.03 - 29 Jun 2006 20:29:30 UTC

Regexp::Common::SEN - provide regexes for Social-Economical 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{SEN}{USA}{SSN}{-sep} Returns a pattern that matches an American Social Securi...

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

Regexp::Common::zip - provide regexes for postal codes. 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*. This module offers patterns for zip or postal codes of many different countries. ...

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

Regexp::Common::time - Date and time regexps. River stage one • 4 direct dependents • 6 total dependents

This module creates regular expressions that can be used for parsing dates and times. See Regexp::Common for a general description of how to use this interface. Parsing dates is a dirty business. Dates are generally specified in one of three possible...

MANWAR/Regexp-Common-time-0.16 - 28 Feb 2018 20:18:44 UTC

Regexp::Common::json - Regexp patterns to match JSON River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Regexp-Common-json-0.001 - 25 Mar 2018 12:00:48 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
33 results (0.06 seconds)