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
2010-08-17 14:19:34