Hi

I think the problem in ur expression is that u are trying to match all the
values by saying it as .*), try to match for the value which u want to
retrieve and then finishing it by speech mark, Like in ur expression u have
given as Regular expression: \<option value=\"(.*)\"\> instead try with

Regular expression: \<option value=\"(.*)\"">&lt\> something like this, iam
not sure , just thought to give u an idea. by specifying the speech mark
>&lt it makes the expression match to retrieve the value untill &lt

regards

----- Original Message ----- 
From: "Eda Srinivasareddy" <[EMAIL PROTECTED]>
To: "JMeter User List" <[EMAIL PROTECTED]>
Sent: Wednesday, December 17, 2003 5:00 AM
Subject: Regular Expressions - Doubts


>
> Hi all
>
>
>
> Following are some of the doubts that we got while using for testing one
of our applications?
>
>
>
> 1. Is there any way to find out the last Match number of the template of a
regular expression instead of finding randomly by using 0 or by using some
number say N to find the Nth Match Number?
>
>
>
> 2. Regular expression was not working proper in the case of the following
code of a multi selection list box. The code is
>
>
>
> <select>
>
> <option value="abc">&lt;abc</option><option
value="abc">&lt;abc</option><option value="abc">&lt;abc</option></select>
>
>
>
> The regular expression details I used:
>
>                                       Regular expression: \<option
value=\"(.*)\"\>
>
>                                       Template:                 $1$
>
>                                       Match No:                 1
>
> Answer expected:   abc
>
> Answer received: abc">&lt;abc</option><option
value="abc">&lt;abc</option><option value="abc">&lt;abc</option></select>
>
>
>
> My doubt here is, did I do any mistake? If there is no mistake, why it is
not giving only abc?
>
>
>
> Thanks
>
> Eda
>
>
>
> ---------------------------------
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to