You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ZK <st...@gmail.com> on 2011/12/08 13:12:12 UTC

Re: How to read and store the Dynamic string value from Response Data(View Results Tree)

This would be a better regEx:
value="(.*?)"



ZK

--
View this message in context: http://jmeter.512774.n5.nabble.com/How-to-read-and-store-the-Dynamic-string-value-from-Response-Data-View-Results-Tree-tp5058504p5058581.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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


Re: How to read and store the Dynamic string value from Response Data(View Results Tree)

Posted by Felix Frank <ff...@mpexnet.de>.
Yes, also, the ${10} looks wrong to me.

Don't you mean [...]{10} ?
If you know it's going to be exactly 10 characters, you can get away
cheap with just (.{10})

=)

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


Re: How to read and store the Dynamic string value from Response Data(View Results Tree)

Posted by ZK <st...@gmail.com>.
You are making your regEx to complicated 
You also need to escape special characters

try this:
land/k:(.*?)\.

--
View this message in context: http://jmeter.512774.n5.nabble.com/How-to-read-and-store-the-Dynamic-string-value-from-Response-Data-View-Results-Tree-tp5058504p5059085.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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