On 4 February 2015 at 17:15, rmil0987 <[email protected]> wrote: > You have to escape the question mark before "code" (regex thinks it's a meta > character) and remove the question mark within the parenthesis. Technically > you should escape the dots and well. Try this: > > https:\/\/t2\.clipspeccloud\.schneider-electric\.com\/clipspec\/\?code=(.*)
Forward slash is not a meta-character, so that can be simplified: https://t2\.clipspeccloud\.schneider-electric\.com/clipspec/\?code=(.*) > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-capture-value-from-response-header-using-Regx-in-Jmeter-tp5721751p5721759.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
