Dale <[email protected]> schreibt: >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:
There are regex testers on the web like http://www.internetofficer.com/seo-tool/regex-tester/. If I would try to catch "[email protected]" i would use: [email protected] ------------------------------------------------------------------------------ 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
