News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Tiffany Brown's Blog:
A better RegEx pattern for matching e-mail addresses
December 13, 2006 @ 08:15:00

Though not specifically related to PHP, I wanted to share a helpful tip that Tiffany Brown has posted to her blog today - a nice, compact regular expression to handle the matching of email addresses.

A few weeks ago, I posted a regular expression pattern < href="http://tiffanybbrown.com/2006/11/09/a-pattern-for-matching-e-mail-addresses/">for matching e-mail addresses. Below is a more refined version:

^[-+.w]{1,64}@[-.w]{1,64}.[-.w]{2,6}$

Not only does it match the traditional email address formats, but it also will match addresses with periods in the name, British domains, and new TLDs like '.travel' or '.museum'.

0 comments voice your opinion now!
regular expression match email address refined regular expression match email address refined



Similar Posts

O\'Reilly: Autofilled PHP Forms

DevShed: Working with the Email Class in Code Igniter

Community News: James Atkinson (Founder of phpBB) Officially Steps Down

PHPEasyStep.com: Sending forgotten password

Gareth Heyes' Blog: Faking the unexpected


Community Events







Don't see your event here?
Let us know!


book mysql zendframework package ajax security example cakephp PHP5 release code job framework zend releases conference database developer application PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework