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::URI::file"

Regexp::Common::URI::file - Returns a pattern for file URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{file} Returns a pattern that matches *file* URIs, as defined by RFC 1738. File URIs have the form: "file:" "//" [ host | "localhost" ] "/" fpath Under "{-keep}", the following are returned: $1 The complete URI. $2 The scheme. $3 The part of ...

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

Regexp::Pattern::URI - Regexp patterns related to URI River stage one • 2 direct dependents • 2 total dependents

This is currently a repackaging (lower startup-overhead version) of some of the regexes in Regexp::Common::URI....

PERLANCAR/Regexp-Pattern-URI-0.001 - 01 Jul 2021 13:37:44 UTC

Regexp::Common::URI - provide patterns for URIs. River stage three • 195 direct dependents • 487 total dependents

Patterns for the following URIs are supported: fax, file, FTP, gopher, HTTP, news, NTTP, pop, prospero, tel, telnet, tv and WAIS. Each is documented in the *Regexp::Common::URI::scheme*, manual page, for the appropriate scheme (in lowercase), except ...

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 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

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

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

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

Regexp::Common::URI::tv - Returns a pattern for tv URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{tv} Returns a pattern that recognizes TV uris as per an Internet draft [DRAFT-URI-TV]. Under "{-keep}", the following are returned: $1 The entire URI. $2 The scheme. $3 The host....

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

Regexp::Common::URI::ftp - Returns a pattern for FTP URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{FTP}{-type}{-password}; Returns a regex for FTP URIs. Note: FTP URIs are not formally defined. RFC 1738 defines FTP URLs, but parts of that RFC have been obsoleted by RFC 2396. However, the differences between RFC 1738 and RFC 2396 are such ...

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

Regexp::Common::URI::pop - Returns a pattern for POP URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{POP} Returns a pattern that matches *POP* URIs, as defined by RFC 2384. POP URIs have the form: "pop:" "//" [ user [ ";AUTH" ( "*" | auth_type ) ] "@" ] host [ ":" port ] Under "{-keep}", the following are returned: $1 The complete URI. $2 T...

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

Regexp::Common::URI::tel - Returns a pattern for telephone URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{tel} Returns a pattern that matches *tel* URIs, as defined by RFC 2806. Under "{-keep}", the following are returned: $1 The complete URI. $2 The scheme. $3 The phone number, including any possible add-ons like ISDN subaddress, a post dial pa...

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

Regexp::Common::URI::fax - Returns a pattern for fax URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{fax} Returns a pattern that matches *fax* URIs, as defined by RFC 2806. Under "{-keep}", the following are returned: $1 The complete URI. $2 The scheme. $3 The phone number, including any possible add-ons like ISDN subaddress, a post dial pa...

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

Regexp::Common::URI::news - Returns a pattern for file URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{news} Returns a pattern that matches *news* URIs, as defined by RFC 1738. News URIs have the form: "news:" ( "*" | group | article "@" host ) Under "{-keep}", the following are returned: $1 The complete URI. $2 The scheme. $3 The part of the...

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

Regexp::Common::URI::http - Returns a pattern for HTTP URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{HTTP}{-scheme} Provides a regex for an HTTP URI as defined by RFC 2396 (generic syntax) and RFC 2616 (HTTP). If "-scheme => *P*" is specified the pattern *P* is used as the scheme. By default *P* is "qr/http/". "https" and "https?" are reaso...

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

Regexp::Common::URI::wais - Returns a pattern for WAIS URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{WAIS} Returns a pattern that matches *WAIS* URIs, as defined by RFC 1738. WAIS URIs have the form: "wais:" "//" host [ ":" port ] "/" database [ ( "?" search ) | ( "/" wtype "/" wpath ) ] Under "{-keep}", the following are returned: $1 The c...

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

Regexp::Common::URI::gopher - Returns a pattern for gopher URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{gopher}{-notab} Gopher URIs are poorly defined. Originally, RFC 1738 defined gopher URIs, but they were later redefined in an internet draft. One that was expired in June 1997. The internet draft for gopher URIs defines them as follows: "gop...

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

Regexp::Common::URI::telnet - Returns a pattern for telnet URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{telnet} Returns a pattern that matches *telnet* URIs, as defined by RFC 1738. Telnet URIs have the form: "telnet:" "//" [ user [ ":" password ] "@" ] host [ ":" port ] [ "/" ] Under "{-keep}", the following are returned: $1 The complete URI....

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

Regexp::Common::URI::RFC2384 - Definitions from RFC2384; River stage three • 195 direct dependents • 487 total dependents

This package exports definitions from RFC2384. It's intended usage is for Regexp::Common::URI submodules only. Its interface might change without notice....

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

Regexp::Common::URI::RFC1808 - Definitions from RFC1808; River stage three • 195 direct dependents • 487 total dependents

This package exports definitions from RFC1808. It's intended usage is for Regexp::Common::URI submodules only. Its interface might change without notice....

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

Regexp::Common::URI::RFC1738 - Definitions from RFC1738; River stage three • 195 direct dependents • 487 total dependents

This package exports definitions from RFC1738. It's intended usage is for Regexp::Common::URI submodules only. Its interface might change without notice....

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC
24 results (0.05 seconds)