Search found 2 matches

by Jimmni
December 29th, 2021, 11:17 am
Forum: General Help
Topic: Allow multiple, reject multiple in single RSS filter
Replies: 4
Views: 13053

Re: Allow multiple, reject multiple in single RSS filter

Good one, it should indeed be a regex. Have you tried *edited out as I'm not even allowed to quote links apparently*? To exclude the words I would use something like this *edited out as I'm not even allowed to quote links apparently* I've tried multiple regex sites and completely failed to build a ...
by Jimmni
December 26th, 2021, 10:01 pm
Forum: General Help
Topic: Allow multiple, reject multiple in single RSS filter
Replies: 4
Views: 13053

Allow multiple, reject multiple in single RSS filter

I'm trying to figure out how to do a single filter that will say, for example: Allow: one, two, three Reject: four, five, six I want to do it in a single filter because I want the four/five/six to only be rejected if found in combination with the one/two/three. I presume this can be achieved using m...