Help with RSS feed and a basic regexp
Posted: February 21st, 2013, 6:42 am
Hello,
I'm trying to use a regexp to match everything that starts with "FF" in an RSS feed.
So I have put the following filter :
re:^FF
Oddly (?), it seems to pick up anything that starts with "F" and not just what starts with "FF"
Does anybody have an idea on how I could make this work ?
Thanks for your help,
Seb
I'm trying to use a regexp to match everything that starts with "FF" in an RSS feed.
So I have put the following filter :
re:^FF
Oddly (?), it seems to pick up anything that starts with "F" and not just what starts with "FF"
Does anybody have an idea on how I could make this work ?
Thanks for your help,
Seb