URI::Find::Schemeless::Stricter - Find schemeless URIs in arbitrary text.


URI-Find-Schemeless-Stricter documentation  | view source Contained in the URI-Find-Schemeless-Stricter distribution.

Index


NAME

Top

URI::Find::Schemeless::Stricter - Find schemeless URIs in arbitrary text.

SYNOPSIS

Top

	require URI::Find::Schemeless::Stricter;

 	my $finder = URI::Find::Schemeless::Stricter->new(\&callback);

The rest is the same as URI::Find::Schemeless.

DESCRIPTION

Top

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 things like "www.foo.com" but not "lifes.a.bitch.if.you.aint.got.net"; it finds "1.2.3.4/foo" but not "1.2.3.4". This should mean your sectioned lists no longer get marked up as URLs...

AUTHOR

Top

Current maintainer: Tony Bowden

Original author: Simon Cozens

BUGS and QUERIES

Top

Please direct all correspondence regarding this module to: bug-URI-Find_Schemeless-Stricter@rt.cpan.org

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

URI::Find, URI::Find::Schemeless


URI-Find-Schemeless-Stricter documentation  | view source Contained in the URI-Find-Schemeless-Stricter distribution.