I have made some quick tests with regex-urlfilter... The major problem is that it doen't use the Perl syntax... For instance, ît doesn't support the boundary matchers ^ and $ (which are used in nutch)
Are there other ways to match start/end of string in the other regex library? I use "^http" a lot because a lot of sites pass around urls in the query string, and I don't want them (eg. http://del.icio.us/howie?url=http://lucene.apache.org/nutch) Howie
