%28 and %29 are the url encoded forms of '(' and ')' which your regular
expression picks up
viewOrganization\((\d+) should work (Assuming your id is always digits only)regards deepak On Thu, Nov 17, 2011 at 8:00 AM, Nithya Prakash <[email protected]>wrote: > hi all , > > i am new to jmeter i am facing an issue while using regular > expressions in my script . i am trying to fetch an id from which is having > an expressions > viewOrganization(104). to fetch this id i am using this regular expressions > "viewOrganization(.+?)" .with this i am able to get the id but aslong with > id , i am getting > this id=%28104%29 .how to exclude this %28 and %29 and get only id like 104 > ? > > > thanks in advance >
