I believe ! should be escaped as well - Try this "j_id1:javax\.faces\.ViewState:0"><\!\[CDATA\[([^\]]*)\]
If it doesnt work , upload your actual response (things like case , spaces all matter) On Mon, Apr 13, 2015 at 7:10 AM, Mahadev Karpe <[email protected]> wrote: > Hi ZK, > > I tried with you solution but its not working. > > Please some let me know how to capture this data using RegEx in Jmeter. > > > "j_id1:javax.faces.ViewState:0"><![CDATA[-7342710724220645142:5427695451307960731]]> > > Here, I want to capture the data -7342710724220645142:5427695451307960731 > > Regards, > Mahadev > > -----Original Message----- > From: ZK [mailto:[email protected]] > Sent: Monday, April 13, 2015 6:22 PM > To: [email protected] > Subject: Re: RegEx pattern > > Hi, > try: > "j_id1:javax\.faces\.ViewState:0"><!\[CDATA\[(.+?)\] > > > > ZK > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/RegEx-pattern-tp5722209p5722212.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] > > Information transmitted by this e-mail is proprietary to Mphasis, its > associated companies and/ or its customers and is intended > for use only by the individual or entity to which it is addressed, and may > contain information that is privileged, confidential or > exempt from disclosure under applicable law. If you are not the intended > recipient or it appears that this mail has been forwarded > to you without proper authority, you are notified that any use or > dissemination of this information in any manner is strictly > prohibited. In such cases, please notify us immediately at > [email protected] and delete this mail from your records. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
