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
