However <n1:result .*?>(.*)</n1:result>
would also match <n1:result ....>22222</n1:result>asdasdasdasd</n1:result> and <n1:result ....></n1:result> and <n1:result ....>xyz</n1:result> Try <n1:result .*?>(.+?)</n1:result> or <n1:result .*?>(\d+)</n1:result> if the item to be extracted is only digits S On 4/26/05, Vladimir Tsygankov <[EMAIL PROTECTED]> wrote: > Try this expression please: > <n1:result .*?>(.*)</n1:result> > > Regards, > Vladimir > > > -----Original Message----- > > From: Manjunath N.S. [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 26, 2005 10:52 AM > > To: JMeter Users List > > Subject: Regual Expression > > > > > > Hi, > > > > How to create Regular Expression to extract the String. > > > > <n1:result ....>22222</n1:result> > > > > I want extract data 22222 using Regular Expression. > > > > > > > > Can any body help me regarding this > > > > > > thanking you > > Manju > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

