Forum Discussion
AlexeyK
Alumni
14 years agoHi James,
As far as I know, currently, variables cannot be used in data selector regular expressions.
BTW, is it possible to use the test values (John, Smith) in the regular expression? In your case, the expression is similar to the following one:
Expression:
<tr id="([0-9]{1,})">\r\n<td><pre style='margin-botton: 0px">Smith</pre></td>\r\n<td><pre style='margin-botton: 0px">John</pre></td>
Subexpression: $1