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* * * * * * *
