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"

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::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::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::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::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::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::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::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::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::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::RFC2396 - Definitions from RFC2396; River stage three • 195 direct dependents • 487 total dependents

This package exports definitions from RFC2396. 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::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

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

This package exports definitions from RFC1035. 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::RFC2806 - Definitions from RFC2806; River stage three • 195 direct dependents • 487 total dependents

This package exports definitions from RFC2806. 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::prospero - Returns a pattern for prospero URIs. River stage three • 195 direct dependents • 487 total dependents

$RE{URI}{prospero} Returns a pattern that matches *prospero* URIs, as defined by RFC 1738. prospero URIs have the form: "prospero:" "//" host [ ":" port ] "/" path [ fieldspec ] * Under "{-keep}", the following are returned: $1 The complete URI. $2 T...

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

Regexp::Box - store and retrieve regexp via names River stage one • 2 direct dependents • 2 total dependents

Store and retrieve regexp via names and serve them application wide. My favorite Regexp::Common was somehow to complicated with that particular issue....

MUENALAN/Regexp-Box-0.02 - 28 Aug 2009 10:19:58 UTC
25 results (0.036 seconds)