On 1 December 2010 07:10, SanderW <[email protected]> wrote: > > Double quotes are special characters. They need to be escaped.
Double-quotes are not special in ORO: http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html#meta_chars > > (?<=\"csrf-token\" content=\").*(?=\") However, according to the end of the following page: http://jakarta.apache.org/oro/api/org/apache/oro/text/regex/package-summary.html (?<= - i.e. lookbehind is not supported. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Problem-with-Regular-Expression-Extractor-tp3287090p3287284.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]

