Hi, 

I try to grab all the value between <tr>My Text</tr>, anyone tell me how to do 
it.
This is my HTML page, and can the regular expression specify to grab the value 
that contains "Avaya".
Thanks!

<tr>
<td ><A HREF='https://erfx.uat.enporion.com/instance/processPost>Select</A></td>
<td >  Avaya                                             </td>
<td >Supplier</td>
</tr>

<tr>
<td ><A HREF='https://erfx.uat.enporion.com/instance/processPost>Select</A></td>
<td >  Beata                                       </td>
<td >Supplier</td>
</tr>


Ma

Reply via email to