RSS / Regex help
Posted: October 15th, 2015, 4:03 pm
I have a long series of keyword sets in the format of *word*one|*word*two*|*word*three* etc
I put in that but it doesn't seen to be matching against the RSS feed. One of them are very large, but i'm not seeing anything in the logs to indicate an issue. The UI saves the regex in the space provided. Using regex101, i was able to confirm that the format seems legit, just not processing the way I expect.
Is there any grouping or keys needed to make this work?
I tried the below as well.
"*word*one|*word*two*|*word*three*"
(*word*one|*word*two*|*word*three*)
any suggestions appreciated.
I put in that but it doesn't seen to be matching against the RSS feed. One of them are very large, but i'm not seeing anything in the logs to indicate an issue. The UI saves the regex in the space provided. Using regex101, i was able to confirm that the format seems legit, just not processing the way I expect.
Is there any grouping or keys needed to make this work?
I tried the below as well.
"*word*one|*word*two*|*word*three*"
(*word*one|*word*two*|*word*three*)
any suggestions appreciated.