Hi Nilamber and Rajivkumar, Thanks for the quick response but the regex u provided are not working. :(
Thanks, Sandeep On Mon, Jun 20, 2011 at 1:12 PM, <rajivkumarnandv...@gmail.com> wrote: > Hi use this > > > basketReference = "[a-z0-9A-Z-]+" > > > make sure your using the exact one variable with equal sign and space > between > > OR you can use this > > "[a-z0-9A-Z-]+" > > > On , sbhosale <sandeep.bhos...@gmail.com> wrote: > >> Hi All, >> > > > > I want to extract the basket reference number >> > > (c8320481-79a3-46a9-abba-**6541e50ebd9d) from the below string. >> > > > > var basketReference = "c8320481-79a3-46a9-abba-**6541e50ebd9d"; >> > > > > > > I have tried the couple of reg ex. But not successful. >> > > > > I have tried >> > > 1. basketReference="[a-zA-Z0-9\-]***\" >> > > 2. \bbasketReference\s=\s\"[a-zA-**Z0-9\-]*\" >> > > > > Please help me in finding the correct regex. >> > > > > Thanks, >> > > Sandeep >> > > > > -- >> > > View this message in context: http://jmeter.512774.n5.** >> nabble.com/Need-help-in-**regular-expression-**tp4505421p4505421.html<http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp4505421p4505421.html> >> > > Sent from the JMeter - User mailing list archive at Nabble.com. >> > > > > ------------------------------**------------------------------**--------- >> > > To unsubscribe, e-mail: > jmeter-user-unsubscribe@**jakarta.apache.org<jmeter-user-unsubscr...@jakarta.apache.org> >> > > For additional commands, e-mail: > jmeter-user-help@jakarta.**apache.org<jmeter-user-h...@jakarta.apache.org> >> > > > >