Search results for "module:Regexp::Common::whitespace"
Regexp::Common::whitespace - provides a regex for leading or trailing whitescape
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{ws}{crop} Returns a pattern that identifies leading or trailing whitespace. F...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC
Regexp::Common - Provide commonly requested regular expressions
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::Pattern - Convention/framework for modules that contain collection of regexes
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
Regexp::English - Perl module to create regular expressions more verbosely
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::Debugger - Visually debug regexes in-place
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.002006 - 12 Sep 2020 08:21:49 UTC
Regexp::Grammars - Add grammatical parsing features to Perl 5.10 regexes
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::Common::time - Date and time regexps.
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::Pattern::Email - Regexp patterns related to email
Regexp::Pattern is a convention for organizing reusable regex patterns....
PERLANCAR/Regexp-Pattern-Email-0.002 - 23 Aug 2021 11:36:40 UTC
Regexp::Common::comment - provide regexes for comments.
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 modules gives you regular expressions for comments in various languages. THE...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC