try this..
<span class=\"x6\">(.*)</span>

There are number of free regular expression extractor tools available you can 
use them, that will help you in building the reg exp. 



 
Regards, 
Suresh R 



 




________________________________
From: Michele Mase' <michele.m...@gmail.com>
To: JMeter Users List <jmeter-user@jakarta.apache.org>
Sent: Tue, October 26, 2010 3:04:36 PM
Subject: regular expression extractor long page

Hi folks, hi've a webapp that generates a very long html+jscript page (more
than 60k)
I want to capture the numerical value 1819
.....a lot of definitions .....
</span></td><td class="x1l x4x"><span class="x4">Primoinvito</span></td><td
class="x1n x4x"><span class="x6">1819</span></td><td class="x1n x4x">.....a
lot of definitions

I tried the following:

Refernce name: conta_inviti
Regular Expression: <span class=\"x6\">[0-9]{1,6}</span>
Template: $1$
Match No: 1
Default value: dummy

and the value extracted is null (it should be 1819)

Any suggestion?



      

Reply via email to