Hi, I tested it and it doesn't find it. Do you need any other information from me?
Kind Regards Benedict Nkosi Performance Tester -----Original Message----- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, June 15, 2011 12:49 PM To: JMeter Users List Subject: Re: Regular expresion to capture multiple lines http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html I believe you need to prefix your regex with(?s) to treat the text as a single line - however i do not currently have an environment to test Something like (?is)Total Number of Exceptions(.*?)</TR> - test it and let us know. regards deepak On Wed, Jun 15, 2011 at 10:39 AM, <benedict.nk...@sungard.com> wrote: > Hi everyone, I'm trying to correlate a value but the right and left > boundaries are not on the same line. > I want to use "Total Number of Exceptions" as my left boundary and > "</TR>" as my right. > > Please help. > > return false;"> > Total Number of Exceptions > </a> > </TD> > <td width=50> > 39 > </td> > </TR> > > <TR> > > > Kind Regards > Benedict Nkosi > Performance Tester > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org