Hi earlier you have given me a solution to fetch a particular set of id's using regular expression. Here i have the same scenario but the id is gettin failed.
Lastime you have suggested me a solution which worked and still working for certain places. But not working for the above expression. action:"manageCommunityMenbers\([0-9],\\"([0-9,]+?)\\ Expression which i have to fetch the id is: action:"manageCommunityMenbers(13,\"5,6,13,17,21,26,31,35,45,54,57,64,68\",\"57\" )" is there a way to fetch the id's from the above expression which are highlighted in yellow ?? Thanks Nithya On Wed, Nov 23, 2011 at 6:24 PM, Nithya Prakash <[email protected]>wrote: > hi ZK, > > though you didn get 100% wat i said, you gave the solution.... its working > now.... > > thanks > > > On Wed, Nov 23, 2011 at 3:45 PM, ZK <[email protected]> wrote: > >> HI >> I'm still not 100% about what you want to extract..... however; does this >> meet your requirements?: >> >> action:"manageCommunityMenbers\([\d+],\\"([0-9,]+?)\\" >> >> >> >> >> ZK >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/Help-required-in-Regular-expression-tp5015787p5016171.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> -- Nithya Prakash.L
