Hmmm, I finally got it. The regular expression /<dt>Geboorteplaats</dt>.*\n.*<dd>(.+?)</dd>/ does the trick. I needed to add another .* before the newline.
If anybody have a different way of approach I would gladly hear it -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-behaving-different-from-Results-Tree-RegEx-Tester-tp4777775p4777800.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]

