tags:

views:

15

answers:

2

Is it possible in Jmeter to make nested regular expression. Or to execute reg ex on some ${varible}. End how if it is possible.

A: 

It is possible, but you need to be sensitive to special characters within the regex, like '$'.

Please see this post: http://stackoverflow.com/questions/807789/jmeter-regex-issue-with-embedded-variable-and

And this link for reference: http://www.regular-expressions.info/

BlackGaff
A: 

I use Dummy Sampler for such needs...

Andrey Pohilko