Returns a pattern for tv uris.
use Regexp::Common qw /URI/; while (<>) { /$RE{URI}{tv}/ and print "Contains a tv URI.\n"; }
Returns a pattern that recognizes \s-1TV\s0 uris as per an Internet draft [\s-1DRAFT-URI-TV\s0].
Under \*(C`{-keep}\*(C', the following are returned: The entire \s-1URI\s0. The scheme. The host.
Zigmond, D. and Vickers, M: Uniform Resource Identifiers for Television Broadcasts. December 2000.
Berners-Lee, Tim, Fielding, R., and Masinter, L.: Uniform Resource Identifiers (\s-1URI\s0): Generic Syntax. August 1998.
Regexp::Common::URI for other supported URIs.
Damian Conway ([email protected])
This package is maintained by Abigail ([email protected]).
Bound to be plenty.
This software is Copyright (c) 2001 - 2009, Damian Conway and Abigail.
This module is free software, and maybe used under any of the following licenses:
1) The Perl Artistic License. See the file COPYRIGHT.AL. 2) The Perl Artistic License 2.0. See the file COPYRIGHT.AL2. 3) The BSD Licence. See the file COPYRIGHT.BSD. 4) The MIT Licence. See the file COPYRIGHT.MIT.