I have a phone Number RegEx value which I wanted to assert. I extracted the value and tried to assert against the expected RegEx like ^(((\\+|00)?63)|0)(81|9\\d){1}(\\d){8}$
.
But the problem is JMeter does not recognize the extracted RegEx and the provided one as same! Is there some extra JMeter function that I'm supposed to use to assert RegEx?
*I found the mistake I made. I did not uncheck "Match as regular expression" because of which the response was not matching.