Hi,
use a regular expression extractor set the 'match no.' to:
-1   
and:
for this example the 'reference name' = yourVar

Then use a 'loop contoller' with loop count set to:
${yourVar_matchNr}    (this gives you the total number of matches found)

also use a 'counter' within this loop controller then you will be able to
identify each match:
${__V(yourVar_${counter}_g1)}


ZK

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/How-to-extract-multiple-string-tp5658441p5658727.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