Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help with Regex for Web Exceptions

Hi,

I'm trying to create a regex for 

3-213-29-168.836921650872.us-east-1.prod.rms.ring.devices.a2z.com

where everything to the left of .ring.devices.a2z.com is wildcarded. The url the Ring app is trying to get to is random up to the .prod.ms.ring.devices.a2z.com.

I can't for the life of me get anything to work except for ^[A-Za-z0-9.-]*\.a2z\.com/ and I want to narrow the regex to *.ring.devices.a2z.com.

Thanks,

Brian



This thread was automatically locked due to age.