The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:URI::Find"

URI::Find - Find URIs in arbitrary text River stage three • 36 direct dependents • 221 total dependents

This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI.pm considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a...

MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC

URI::Find::UTF8 - Finds URI from arbitrary text containing UTF8 raw characters in its path River stage one • 2 direct dependents • 3 total dependents

URI::Find::UTF8 is an URI::Find extension to find URIs from arbitrary chunk of text that has UTF8 raw characters in its path (instead of URI escaped *%XX%XX%XX* form). This often happens when Safari users paste an URL to IM or IRC window, because Saf...

MIYAGAWA/URI-Find-UTF8-0.05 - 06 Nov 2015 16:59:10 UTC

URI::Find::Rule - Simpler interface to URI::Find River stage one • 1 direct dependent • 1 total dependent

URI::Find::Rule is a simpler interface to URI::Find (closely modelled on File::Find::Rule by Richard Clamp). Because it operates on URI objects instead of the stringified versions of the found URIs, it's nicer than, say, grepping the stringified valu...

RJP/URI-Find-Rule-0.8 - 06 Feb 2005 12:06:04 UTC

URI::Find::Simple - a simple interface to URI::Find River stage two • 7 direct dependents • 48 total dependents

URI::Find is all very well, but sometimes you just want a list of the links in a given piece of text, or you want to change all the urls in some text somehow, and don't want to mess with callback interfaces. This module uses URI::Find, but hides the ...

NEILB/URI-Find-Simple-1.07 - 14 Mar 2021 23:43:48 UTC

URI::Find::Iterator - provides an iterator interface to URI::Find River stage zero No dependents

Inspired by Mark Jason Dominus' talk *Programming with Iterators and Generators* (available from http://perl.plover.com/yak/iterators/) this is an iterative version of URI::Find that hopefully makes code a little easier to understand and works slight...

SIMONW/URI-Find-Iterator-0.6 - 09 Dec 2003 14:35:28 UTC

URI::Find::Delimited - Find URIs which may be wrapped in enclosing delimiters. River stage one • 2 direct dependents • 4 total dependents

Works like URI::Find, but is prepared for URIs in your text to be wrapped in a pair of delimiters and optionally have a title. This will be useful for processing text that already has some minimal markup in it, like bulletin board posts or wiki text....

BOB/URI-Find-Delimited-0.03 - 21 Sep 2014 10:42:59 UTC

URI::Find::Schemeless - Find schemeless URIs in arbitrary text. River stage three • 36 direct dependents • 221 total dependents

URI::Find finds absolute URIs in plain text with some weak heuristics for finding schemeless URIs. This subclass is for finding things which might be URIs in free text. Things like "www.foo.com" and "lifes.a.bitch.if.you.aint.got.net". The heuristics...

MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC

URI::Find::Schemeless::Stricter - Find schemeless URIs in arbitrary text. River stage one • 3 direct dependents • 5 total dependents

schemeless_uri_re URI::Find finds absolute URIs in plain text with some weak heuristics for finding schemeless URIs. This subclass is for finding things which might be URIs in free text. It is slightly stricter than URI::Find::Schemeless, as it finds...

TMTM/URI-Find-Schemeless-Stricter-1.03 - 26 Sep 2005 16:17:52 UTC

URI::Find::UTF8::ExtraCharacters - URI::Find::UTF8 with optional extra characters. River stage zero No dependents

The web is a wacky place full of screwed up URLs. This is a drop in replacement for URI::Find::UTF8 ( Which is a drop in replacement for URI::Find ) which allows you to pass in additional characters that URI::Find thinks are bogus. ( like '|' ) Publi...

SKAUFMAN/URI-Find-UTF8-ExtraCharacters-0.03 - 06 Aug 2014 20:21:26 UTC

POE::Component::IRC::Plugin::URI::Find - A POE::Component::IRC plugin that finds URIs in channel traffic River stage one • 2 direct dependents • 2 total dependents

POE::Component::IRC::Plugin::URI::Find, is a POE::Component::IRC plugin that parses public channel traffic for URIs and generates irc events for each URI found....

BINGOS/POE-Component-IRC-Plugin-URI-Find-1.10 - 24 May 2011 11:44:23 UTC

URI::ni - URI scheme for Named Information Identifiers River stage one • 2 direct dependents • 2 total dependents

This module implements the "ni:" URI scheme defined in RFC 6920 <http://tools.ietf.org/html/rfc6920>....

DORIAN/URI-ni-0.05 - 23 Mar 2018 21:56:18 UTC

URI::di - URI scheme for digital signatures River stage one • 2 direct dependents • 2 total dependents

This module implements the "di:" URI scheme defined in draft-hallambaker-digesturi <http://tools.ietf.org/html/draft-hallambaker-digesturi-02>....

DORIAN/URI-ni-0.05 - 23 Mar 2018 21:56:18 UTC

URI::cid - RFC 2392 cid: URI implementation River stage one • 1 direct dependent • 1 total dependent

RFC 2392 <http://tools.ietf.org/html/rfc2392> defines a straight-forward method of expressing the contents of email "Message-ID" and "Content-ID" headers as URIs. This module provides some utility methods for working with them....

DORIAN/URI-mid-0.03 - 20 Oct 2012 21:04:56 UTC

URI::mid - RFC 2392 mid: URI implementation River stage one • 1 direct dependent • 1 total dependent

DORIAN/URI-mid-0.03 - 20 Oct 2012 21:04:56 UTC

URI::tel - Implementation of rfc3966 for tel URI River stage one • 1 direct dependent • 3 total dependents

"URI::tel" is a package to implement the tel URI as defined in rfc3966 <https://tools.ietf.org/search/rfc3966>. tel URI is structured as follows: tel:*telephone-subscriber* *telephone-subscriber* is either a *global-number* or a *local-number* *globa...

JDEGUEST/URI-tel-v0.801.1 - 18 Aug 2021 13:12:39 UTC

URI::crid - URI scheme as defined in RFC 4078 River stage zero No dependents

ALIC/URI-crid-0.01 - 26 Nov 2007 17:12:32 UTC

URI::pack - Support of the pack scheme in URI. River stage zero No dependents

This module will have pack URIs as given to the URI module blessed into this class instead of URI::_generic. This class provides extra pack-specific functionality....

DOUGDUDE/URI-pack-0.002001 - 18 Oct 2011 19:03:24 UTC

URI::Title - get the titles of things on the web in a sensible way River stage two • 9 direct dependents • 47 total dependents

I keep having to find the title of things on the web. This seems like a really simple request, just get() the object, parse for a title tag, you're done. Ha, I wish. There are several problems with this approach: What if the resource is on a very slo...

BOOK/URI-Title-1.904 - 08 Feb 2023 07:38:07 UTC

URI::Based - Define a base URI and then generate variations on it River stage one • 1 direct dependent • 2 total dependents

NICWOLFF/URI-Based-1.03 - 05 Oct 2012 00:42:40 UTC

URI::BNode - RDF blank node identifiers which are also URI objects River stage one • 1 direct dependent • 1 total dependent

This module has two purposes: 1 Provide a reliable factory interface for generating RDF blank nodes (via random UUIDs permuted through Data::UUID::NCName). 2 When an RDF blank node class is a subclass of URI, you can use identity tests to make more r...

DORIAN/URI-BNode-0.06 - 04 Nov 2013 02:39:17 UTC
78 results (0.045 seconds)