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.
Complete thread:
- Filter stuff out of an RSS feed -
Alrescha,
2018-04-07, 21:20
- Filter stuff out of an RSS feed -
jtojnar,
2018-04-08, 19:22
- Filter stuff out of an RSS feed - Alrescha, 2018-04-08, 22:45
- Filter stuff out of an RSS feed -
Alrescha,
2018-04-10, 00:56
- Filter stuff out of an RSS feed -
vazonov44,
2018-04-19, 11:29
- Filter stuff out of an RSS feed -
Alrescha,
2018-04-19, 16:20
- Filter stuff out of an RSS feed -
cpunke,
2018-12-02, 14:35
- Filter stuff out of an RSS feed - Alrescha, 2018-12-02, 22:06
- Filter stuff out of an RSS feed -
cpunke,
2018-12-02, 14:35
- Filter stuff out of an RSS feed -
Alrescha,
2018-04-19, 16:20
- Filter stuff out of an RSS feed -
vazonov44,
2018-04-19, 11:29
- Filter stuff out of an RSS feed -
jtojnar,
2018-04-08, 19:22