name="tempVar"\s*?value="([^"]*)" (assuming name and value are on the same line) - havent tested . there are various online tools that let you test out your regex's
regards deepak On Wed, Oct 5, 2011 at 10:08 AM, Bhuiyan, Hasan (Hasan) < [email protected]> wrote: > > Hi Friends, > > How can I do a regular expression of > E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04 from the following string? > > > input type="hidden" name="tempVar" > value="E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04"> > 630) 869-1490 > > Regards, > Hasan > > > > This message, including any attachments, is the property of Sears Holdings > Corporation and/or one of its subsidiaries. It is confidential and may > contain proprietary or legally privileged information. If you are not the > intended recipient, please delete it without reading the contents. Thank > you. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

