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

PHPro.org: PHP Security

Site News: Got a job you want the Community to know about? Let us post it!

NETTUTS.com: Sanitize and Validate Data with PHP Filters

PHPBuilder.com: An introduction to PEAR's Validate package

DevShed: The preg_replace_callback() function in PHP


Community Events







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


zend opinion conference book pear jquery doctrine wordpress phpunit developer api mysql podcast job framework zendframework server solar microsoft codeigniter

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