Hi,
in order to effectively use JMeter, you need to know regular expressions.
There is no way around this! you will have to learn

This regEx will find any number in a response which contains a decimal point
As you have given two different response examples, this will cover both:

([\d]+?\.[\d]+)

however you can change this by adding a preceding text to ensure you get the
match you require:
Your 1st example:
<div class="lastBid">  ([\d]+?\.[\d]+)

Your 2nd example
&nbsp;([\d]+?\.[\d]+)

ZK

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Need-regular-expression-for-the-below-tp5714026p5714048.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