NAME

WWW::Adblock::RegexFilter - implement a single Adblock filter

DESCRIPTION

Used by WWW::Adblock to implement a single filter. Should not be called by an end user.

Methods

new

my $f = WWW::Adblock::Filter->new();

Creates a new object. Returns undef on failure or itself on success.

$f->_from_text("filter text");

Called by new to setup the filter.