You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Liao, Avian" <al...@enporion.com> on 2004/12/20 20:02:48 UTC

question of Regex

Hi, all, 


I have page, that is simliar to this, 

You may notice that all the link are set between <a> select </a>, and followed with some target name (like Avaya, or Beata), the hard part that I cannot resolved is that I only can use Regex to catch the value if the <a> </a> is put between the target name(since they are unique), but when the link is set between 'select' --(they are all identical), I cannot retrive the value I want. Is there anyway, that I can retrieve the value after 'A Href=' and still can reference to any target name, like 'Avaya' or Beata'.

My goal is to catch ' https://erfx.uat.enporion.com/instance/processPost'

Hope I make my question clear, and thanks for your time.
----------------------------------------------------------------------------------------------------------
<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>
-------------------------------------------------------------------------------------------





---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org