Sai Srihitha Reddy Thummala
07/04/2023, 10:37 PM${json-unit.regex}^(<https://signin>.*.<http://abc.com|abc.com>)
as the pattern but it does not match the above two urls. is there any guide to follow for these regex?<https://signin>.${json-unit.regex}(qa)|(dev).<http://abc.com|abc.com>
Oleg Nenashev
07/05/2023, 9:17 AMSai Srihitha Reddy Thummala
07/05/2023, 2:33 PMOleg Nenashev
07/05/2023, 5:05 PMSai Srihitha Reddy Thummala
07/05/2023, 5:20 PM"URL": "${json-unit.regex}^<https://signin>\\.(qa|dev)\\.abc\\.com"
I had to escape the dots