The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Regexp::Common"

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 - Search in distribution

Regexp::Common::IRC - provide patterns for parsing IRC messages River stage one • 1 direct dependent • 2 total dependents

PERIGRIN/Regexp-Common-IRC-0.04 - 07 Mar 2008 16:51:08 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

TSQL::Common::Regexp - Contains regexps common across TSQL::AST and TSQL::SplitStatement River stage one • 2 direct dependents • 2 total dependents

Contains common regular expressions....

DEDMEDVED/TSQL-Common-Regexp-0.05 - 04 Aug 2014 08:47:28 UTC - Search in distribution

Regexp::Common::Chess - regexp for algebraic notation in chess River stage one • 1 direct dependent • 2 total dependents

This module defines a regular expression for use when parsing standard algebaric notation (SAN) as specified in the Portable Game Notation (PGN) standard (export format). It is not a complete PGN regexp. It is limited to only match one specific move ...

OLOF/Regexp-Common-Chess-0.1 - 18 Oct 2011 22:38:38 UTC - Search in distribution

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 - Search in distribution

Regexp::Common::VATIN - Patterns for matching EU VAT Identification Numbers River stage one • 1 direct dependent • 2 total dependents

This module provides regular expression patterns to match any of the sanctioned VATIN formats from the 27 nations levying a European Union value added tax. The data found at http://ec.europa.eu/taxation_customs/vies/faq.html#item_11 is used as the au...

RSIMOES/Regexp-Common-VATIN-v1.0 - 05 Aug 2015 23:48:26 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Regexp::Common::net::CIDR - provide patterns for CIDR blocks. River stage one • 3 direct dependents • 4 total dependents

Patterns for CIDR blocks. Now only next IPv4 formats are supported: xxx.xxx/xx xxx.xxx.xxx/xx xxx.xxx.xxx.xxx/xx With {-keep} stores address in $1 and number of bits in $2....

BPS/Regexp-Common-net-CIDR-0.03 - 03 Jun 2015 20:22:32 UTC - Search in distribution

Regexp::Common::WithActions - adds actions to Regexp::Common River stage one • 1 direct dependent • 1 total dependent

Some regular expressions from Regexp::Common may be much better with actions to manipulate matched data, for example for all variants delimited provides it's good to have quoter and de-quoter actions. This module extends %RE with action method. It ca...

RUZ/Regexp-Common-WithActions-0.01 - 05 Nov 2009 16:27:52 UTC - Search in distribution

Regexp::Common::microsyntax - a collection of regular expressions for use with microblogging-style text (tweets, dents, microposts, etc.) River stage one • 1 direct dependent • 2 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 provides regular expressions for matching microblogging-style text (twe...

GAVINC/Regexp-Common-microsyntax-0.02 - 28 Jul 2011 03:39:00 UTC - Search in distribution
  • Regexp::Common::microsyntax - a collection of regular expressions for use with microblogging-style text (tweets, dents, microposts, etc.)

Regexp::Common::profanity_us - provide regexes for U.S. profanity River stage one • 1 direct dependent • 2 total dependents

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

Regexp::Common::RegexpPattern - Regexps from Regexp::Pattern::* modules River stage one • 2 direct dependents • 2 total dependents

This is a bridge module between Regexp::Common and Regexp::Pattern. It allows you to use Regexp::Pattern regexps from Regexp::Common....

PERLANCAR/Regexp-Common-RegexpPattern-0.001 - 13 Sep 2016 18:19:40 UTC - Search in distribution

Regexp::Common::Email::Address - Returns a pattern for Email Addresses River stage two • 8 direct dependents • 13 total dependents

$RE{Email}{Address} Provides a regex to match email addresses as defined by RFC 2822. Under "{-keep}", the entire match is kept as $1. If you want to parse that further then pass it to "Email::Address->parse()". Don't worry, it's fast....

CWEST/Regexp-Common-Email-Address-1.01 - 06 Jan 2005 16:06:28 UTC - Search in distribution

Regexp::Grammars::Common::String - Some basic String parsing Rules for Regexp::Grammars River stage one • 1 direct dependent • 1 total dependent

Regexp::Grammars is just too useful to not use, but too pesky and confusing for new people. Some of the more complex things involve string extraction and escape-handling, and I seriously spent the better part 2 hours learning how to make this work. S...

KENTNL/Regexp-Grammars-Common-String-1.000002 - 15 Dec 2015 10:59:35 UTC - Search in distribution

Regexp::Common::Patch::DumpPatterns - Patch Regexp::Common's pattern() to collect the arguments it receives and dump them all at the end River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/App-RegexpCommonUtils-0.003 - 25 May 2021 15:10:47 UTC - Search in distribution
427 results (0.166 seconds)