Hi all,

I have the following table:

<table>
<tr>
<td>1 </td>
<td>2 </td>
</tr>
<tr>
<td>3 </td>
<td>4 </td>
</tr>
</table>

the number of rows are dynamic, but the columns are static.

I want to extract data 1 to 4 and put them in a variable that is an array of
2 dimensions. I'd use the row and column number to get my data.
I succeeded to build a regular expression. I put some parentheses () to
identify the values I want.
But I don't know how to configure the regular expression extractor's
template and match No.?

thank you for your help

Thanh

Reply via email to