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.