Filter stuff out of an RSS feed
It works well enough; I have stopped using the local client and am back to the web interface again. I am currently using:
/^(?!.*(string1|string2|string3)).*$/
I think I've seen one or two occasions where things that should be filtered were not, I'm guessing that there's something specific about those entries (formatting, special characters, etc.) but I haven't seen enough of them to detect a pattern.