Query: uri::find::schemeless
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
URI::Find::Schemeless(3pm) User Contributed Perl Documentation URI::Find::Schemeless(3pm)NAMEURI::Find::Schemeless - Find schemeless URIs in arbitrary text.SYNOPSISrequire URI::Find::Schemeless; my $finder = URI::Find::Schemeless->new(&callback); The rest is the same as URI::Find.DESCRIPTIONURI::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 are such that it hopefully finds a minimum of false positives, but there's no easy way for it know if "COMMAND.COM" refers to a web site or a file. top_level_domain_re my $tld_re = $self->top_level_domain_re; Returns the regex for matching top level DNS domains. The regex shouldn't be anchored, it shouldn't do any capturing matches, and it should make itself ignore case.AUTHOROriginal code by Roderick Schertler <roderick@argon.org>, adapted by Michael G Schwern <schwern@pobox.com>. Currently maintained by Roderick Schertler <roderick@argon.org>.SEE ALSOL<URI::Find> perl v5.14.2 2012-04-08 URI::Find::Schemeless(3pm)
Related Man Pages |
---|
regexp::common::uri::file(3) - osx |
regexp::common::uri::file(3pm) - debian |
regexp::common::uri::pop(3pm) - debian |
regexp::common::uri::tv(3pm) - debian |
uri::withbase(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |
New UNIX and Linux History Sections |