On 11 August 2010 13:39, SanderW <[email protected]> wrote: > > Did you use the Regular Expression Extractor with expression like below? > (Double quote and questionmark are special characters)
Double quote is not special in REs. > \"fInbox\?x=(.+?)\" So use: "fInbox\?x=(.+?)" > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Recording-of-a-script-in-jmeter-tp2259329p2471808.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]

