See http://wiki.apache.org/jakarta-jmeter/RegularExpressions
for links to RE testers On 30/04/07, Matthew Coventon <[EMAIL PROTECTED]> wrote:
This is kind of a hack, but what I do is run my sampler in JMeter with View Results Tree Listener. Then I cut and paste the response data to JEdit. JEdit has Search/Find using regex. I experiment in JEdit until I get it to work and then put the regex into JMeter (remembering to escape any comma's since JMeter requires that).
JMeter only requires comma to be escaped when using the regex *function*, not for general REs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

