Hi all,
can you gife me all the regular expression that you use
Thanks a lot!!!!
-raffo
2006/1/18, sebb <sebbaz (AT) gmail (DOT) com>:
18/01/06, Steve Gilbert <stevegilbert (AT) firstondemand (DOT) comwrote:
Thanks soo much Sebb,,
Not sure why it works,, but it does!!
and
--
Message
From: sebb [mailto:sebbaz (AT) gmail (DOT) com]
Sent: 18 January 2006 14:37
To: JMeter Users List
Subject: Re: Cant get Regular Expression working
18/01/06, Steve Gilbert <stevegilbert (AT) firstondemand (DOT) comwrote:
Hi All,,
Afraid I'm another Newbie
Below is an extract from a response I get,,, I am trying to retrieve
the
20 digit number in the middle
<td class="PRMPTBLACK" width="20%">Response Status</td>
<td class="PRMPTBLACK" width="80%">
SUCCESS
</td>
</tr>
<tr>
<td class="PRMPTBLACK">Response Reference</td>
<td class="PRMPTBLACK">
81119732751598721488
</td>
</tr>
<tr>
<td class="PRMPTBLACK">Response Data</td>
<td class="PRMPTBLACK">
I have tried several regular expressions,, but don't seem to be able
to
get the number back
What have you tried then?
--
Can anyone help please!?!?
--
Try:
(\d{20})
To unsubscribe, e-mail: jmeter-user-unsubscribe (AT) jakarta (DOT) apache.org
For additional commands, e-mail: jmeter-user-help (AT) jakarta (DOT) apache.org
--
To unsubscribe, e-mail: jmeter-user-unsubscribe (AT) jakarta (DOT) apache.org
For additional commands, e-mail: jmeter-user-help (AT) jakarta (DOT) apache.org
>
>
>
To unsubscribe, e-mail: jmeter-user-unsubscribe (AT) jakarta (DOT) apache.org
For additional commands, e-mail: jmeter-user-help (AT) jakarta (DOT) apache.org
--