Filter stuff out of an RSS feed
(replying to myself)
Just FYI,
My suggestion of /(?:(?!string).)/ does not appear to work but /^(?!.*string).*$/ seems to do the right thing. Thus emboldened, I am going to try /^(?!.*(string1|string2)).*$/ next.
(replying to myself)
Just FYI,
My suggestion of /(?:(?!string).)/ does not appear to work but /^(?!.*string).*$/ seems to do the right thing. Thus emboldened, I am going to try /^(?!.*(string1|string2)).*$/ next.
Complete thread: