Hi just a couple of things to check a. The snippet of HTML you posted is from the view results tree response? (and not from a tool like firebug) - this matters because in the DOM spaces get converted into a single one or maybe you have ' instead of " . In your exact value you have omitted the = b. You have attached the regex as a child to the sampler that is generating the above response c. Felix's regex should work.
regards deepak On Tue, Oct 26, 2010 at 8:03 AM, Michele Mase' <[email protected]>wrote: > Even > <span class\"x6\">1819</span> that is the "exact" value > returns > "dummy" > > On Tue, Oct 26, 2010 at 4:31 PM, Felix Frank <[email protected]> wrote: > > > http://jakarta.apache.org/oro/demo.html says this should work, so I'm at > > a loss. > > > > Are you sure you're using the variable correctly? Have you inserted a > > Debug Sampler? > > > > On 10/26/2010 04:04 PM, Michele Mase' wrote: > > > <span class=\"x6\">[0-9]{1,6}</span> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >

