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
Test::Regexp - Test your regular expressions
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
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::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.057 - 22 May 2020 22:06:46 UTC
Regexp::Common::debian - regexps for Debian specific strings
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::Markdown - Markdown Common Regular Expressions
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