NAME

Labrador::Common::URLFilter::Regexp

DESCRIPTION

Allows matching or discaring of URLs, based on exact or regular expression string matching, and on different parts of the URL, or the entire URL.

Matchings allowed are == != =~ !~

EXAMPLES

	URLFilter Regexp Scheme =~ http(?:s?)
	URLFilter Regexp URL =~ ^http(?:s?)://(?:[A-Za-z0-9\-.]+)\.gla\.ac\.uk
	URLFilter Regexp Host =~ (?:[A-Za-z0-9\-.]+)\.gla\.ac\.uk
	#dont follow links into any calendar type web pages
	URLFilter Regexp Querystring !~ calendar

REVISION

	$Revision: 1.11 $