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

Search results for "module:Regexp::English"

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

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::Exhaustive - Find all possible matches, including backtracked and overlapping, of a pattern against a string River stage one • 1 direct dependent • 1 total dependent

This module does an exhaustive match of a pattern against a string. That means that it will match all ways possible, including all backtracked and overlapping matches. It works a lot like the familiar "m//g" regarding return values. Beware that exhau...

LODIN/Regexp-Exhaustive-0.04 - 06 Jan 2008 06:03:45 UTC

PPIx::Regexp::Util - Utility functions for PPIx::Regexp; River stage three • 9 direct dependents • 167 total dependents

This module contains utility functions for PPIx::Regexp which it is convenient to centralize. Double-underscore subroutines are private to the "PPIx-Regexp" package. Their documentation is provided for the author's convenience only, and they are subj...

WYANT/PPIx-Regexp-0.088 - 28 Feb 2023 11:54:05 UTC

Regexp::CharClasses - Provide character classes River stage zero No dependents

Using the module "Regexp::CharClasses" in your package allows you to use several "Unicode Property" character classes in addition to the standard ones. Such character classes are all of the form "\p{IsProperty}" (which matches a character adhering to...

ABIGAIL/Regexp-CharClasses-2015112801 - 28 Nov 2015 19:26:36 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::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::EN::NumVerbage - Regex pattern to match English number verbage in text River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Regexp-EN-NumVerbage-0.01 - 30 Sep 2014 15:03:31 UTC

Regexp::CharClasses::Thai - useful character properties f​or Thai regular expressions (regex) River stage zero No dependents

This module supplements the UTF-8 character-class definitions available to regular expressions (regex) w​ith special groups relevant to Thai linguistics. The following classes are d​efined: โมดูลนี้เป็นส่วนเสริมคำจำกัดความคลาสอักขระ UTF-8 ใช้ได้กับ (...

EMUNDALL/Regexp-CharClasses-Thai-1.01 - 03 Dec 2023 15:08:38 UTC

Regexp::DeferredExecution - Defer execution of (?{}) codeblocks until the end of a successful match River stage zero No dependents

The Perl regular expression engine provides a special embedded pattern, "(?{ <code> })", that immediately executes "<code>" if and when the pattern is used during the matching process. In the SYNOPSIS example, the initial "foo" subpattern is initiall...

AMACKEY/Regexp-DeferredExecution-0.05 - 17 Jan 2004 14:49:31 UTC
11 results (0.036 seconds)