Hi Mike, So if I want to create a regex for an email address in the body of an email, would this work?
Assuming the email address is [email protected] ([\\w-+]+(?:\\.[\\w-+]+)*@(?:[\\w-]+\\.)+[a-zA-Z]{2,7}) Would it matter if the email address is just plain text and not with mailto: Dale ----- Original Message ----- From: "Michael Thomas" <[email protected]> To: <[email protected]>; "'ASSP development mailing list'" <[email protected]> Sent: Tuesday, December 07, 2010 12:13 PM Subject: RE: [Assp-user] What is the difference > > Dale, > > That wasn't quite clear. Email addresses never start with http, but they > might start with mailto if in a link. Also, your http regex does not > support > mailto, but if you needed mailto, it should probably be a separate regex. > > Mike > >> -----Original Message----- >> From: Michael Thomas [mailto:[email protected]] >> Sent: Tuesday, December 07, 2010 3:08 PM >> To: 'Dale'; 'For Users of ASSP' >> Subject: RE: [Assp-user] What is the difference >> >> Dale, >> >> The second instance must start with http, but email addresses >> do not unless it is a mailto link. >> >> Michael Thomas >> Mathbox >> 978-687-3300 >> Toll Free: 1-877-MATHBOX (1-877-628-4269) >> >> > -----Original Message----- >> > From: Dale [mailto:[email protected]] >> > Sent: Tuesday, December 07, 2010 3:01 PM >> > To: For Users of ASSP >> > Subject: [Assp-user] What is the difference >> > >> > >> > Hi >> > >> > I'm curious to know what the difference is between these two >> > examples when >> > put in bombdatare >> > >> > [email protected] >> > >> > >> > (?:ht|f)tps?\:\/\/(?:\w[\w\.\-]*\.)?oluthom...@att\.net >> > >> > >> > Thanks >> > >> > Dale >> > >> > >> > >> > -------------------------------------------------------------- >> > ---------------- >> > What happens now with your Lotus Notes apps - do you make >> > another costly >> > upgrade, or settle for being marooned without product >> > support? Time to move >> > off Lotus Notes and onto the cloud with Force.com, apps are >> > easier to build, >> > use, and manage than apps on traditional platforms. Sign up >> > for the Lotus >> > Notes Migration Kit to learn more. >> http://p.sf.net/sfu/salesforce-d2d >> > _______________________________________________ >> > Assp-user mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/assp-user >> > >> > ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
