Hacker News new | ask | show | jobs
by noprompt 4686 days ago
Isn't that more or less the same as what it already does? That is by telling frak which words you want to match you're implying you don't want to match anything else.

Of course, you could generate two patterns; one with the words you do want to match and the other with words you don't. Then simply handle the logic in your program.