test.FilterPanel.viewId =.+(.+?).+
On Fri, Jul 12, 2013 at 6:48 PM, Madhu Sekhar <[email protected]>wrote: > You can use: > > test.FilterPanel.viewId = .+(.+?).+ > > Thanks, > Madhu > > > On Fri, Jul 12, 2013 at 2:27 PM, Niraj <[email protected]> wrote: > >> Can someone please help me in regular expression >> >> >> * >> test.FilterPanel.viewId = \"136e6c9e-689a-4d24-a3bc-2ace008bee2f\" >> * >> * >> * >> *i want to extract **136e6c9e-689a-4d24-a3bc-2ace008bee2f **from this. * >> * >> * >> *Please let me know what should be correct reg ex * >> * >> * >> *i tried **viewId = \"(.*)\ But got the >> error org.apache.oro.text.MalformedCachePatternException: Invalid >> expression: viewId = \"(.*)\* >> *Trailing \ in expression.* >> * >> * >> *Thanks,* >> *Niraj* >> * >> * >> * >> * >> * >> * >> > > > > -- > madhu kk > -- madhu kk
