maybe between key and colon and/or colon and value there's a space
character (or more than one). You should try this:

"extFxdDomCd"\s*:\s*"(.+?)"

If you want the number of matches for the RegEx above then what Waseen said
is what you have to do.

You said that you want total count, but was not clear to me if you want the
value of "totalCount" attribute or the number of matches for that RegEx.

Any way, RegEx to get totalCount value is:

"totalCount"\s*:\s*(\d+)



2013/4/26 waseemfa <[email protected]>

> Did u try it with a debug sampler or a BSF sampler printing the value of
> VariableName_matchNr?
>
>
>
>
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-not-giving-proper-result-tp5716728p5716794.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to