M
mdew
This isnt specifically a perl question, I'm running squid, and running it
through a regex. The question, I'm trying to filter out some spam/ad sites
using regex, I started with the "Penis Enlarging" websites.
I want to match "penis" and "enlarge" in any order, So far I've got
[(penis)(large)(.*)]
I've also tried [(penis)(large)(.*)]{1,} with no luck. Anyone a regex king
that could help me out?
through a regex. The question, I'm trying to filter out some spam/ad sites
using regex, I started with the "Penis Enlarging" websites.
I want to match "penis" and "enlarge" in any order, So far I've got
[(penis)(large)(.*)]
I've also tried [(penis)(large)(.*)]{1,} with no luck. Anyone a regex king
that could help me out?