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">Primo invito</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