You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Ganti, Venkata" <Ve...@am.sony.com> on 2006/03/02 00:39:18 UTC

Need Clarification on usage of Rregular expression extractor

Hi All,

I'm trying to get number 10125 from the following string:

name="productId" value="10125"

And I use the following expression, but it doesn't work:

(name="productId" value="\d+?)

When I am referencing this variable somewhere else in my test plan, its
returning me the whole thing i.e. (name="productId" value="10125") but I
want the only value (10125) from this expression. 

Could somebody through some light on this...

Thanks in advance.

Best Regards,
Ven


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org