Thanks, mine worked without adding the prefix and sufix too. I was doing a little error which I found other than RE :)
Thanks once again. -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 2:37 PM To: JMeter Users List Subject: Re: Regular Expression Try &sid=(\d\.\d+)& Add extra prefix and suffix as necessary to disambiguate if sid can appear elsewhere. On 07/01/2008, Kapil Khanna Avolent <[EMAIL PROTECTED]> wrote: > Basically, I want to extract the sid (which is dynamic) in a sid > variabale from the following string: > > requestType=AJAX&AJAXOpHandler=&sid=0.5439641459902905&mode=existing&d > is > playMode=thumbnail&widgetName=ViewConsolidatedInvoiceButton&OP=display > > And when its trying to GET the HTTP request, I'm passing all these as > parameters and for the sid,I'm passing the ${sid} variable, but its > not getting what its suppose to get. > > > Thanks! > > > > -----Original Message----- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Monday, January 07, 2008 1:58 PM > To: JMeter Users List > Subject: Re: Regular Expression > > On 07/01/2008, Kapil Khanna Avolent <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm trying to extract the following string using Regular expression > > as > > > specified > > > > String: requestType=AJAX&AJAXOpHandler=&sid=0.2566145450023796&mode > > > > Which part of the string do you want to extract? > > > RE : requestType=AJAXOpHandler=\&sid=(0\.)(\d*)\&mode > > What happened to AJAX& ? > > No need to escape the & characters. > > Use the RE tester at: > > http://jakarta.apache.org/oro/demo.html > > > p.s : I have tried this with \0\.(\d*) also > > > > but when I'm using the RE variable, its simply printing the variable > > name instead of the extracted string. > > > > Try providing a default. > > > Could anyone explain how exactly I can use RE here. > > > > Thanks. > > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

