Hello All,
I just want to confirm that I'm using the regex correctly, because at times neither of the regex expressions I was using was being able to be tested from within the GUI.
As an example I'm currently using this regex
But when I go to test it in PMG, it's not working.
If I go to regex101.com and test it, it works like a charm.
Now this may be a new issue within the gui, but a previous regex shared with me here on the forum was
And it also isn't working.
Any direction appreciated.
I just want to confirm that I'm using the regex correctly, because at times neither of the regex expressions I was using was being able to be tested from within the GUI.
As an example I'm currently using this regex
Code:
(^|^[^:]+:\/\/|[^\.]+\.)domain\.com
But when I go to test it in PMG, it's not working.
If I go to regex101.com and test it, it works like a charm.
Now this may be a new issue within the gui, but a previous regex shared with me here on the forum was
Code:
(\W|^)[\w.+\-]{0,50}@[\w.+\-]{0,50}domain\.com(\W|$)
And it also isn't working.
Any direction appreciated.