I try to get value between quote signs in JMeter, but I get back whole string in myvar_1_g0 named variable instead of the value. Tester: https://regex101.com/r/aId5jo/2
Sample text: LoadXMLString("Response", window.atob("SGVsbG8="));
Regex: LoadXMLString\("Response", window\.atob\(".*"\)\);
LoadXMLString\("Response", window\.atob\("([^"]*)"\)\);(demo) and get it viamyvar_1_g1. Use$1$as template