News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Evert Pot's Blog: Internationalized domain names, are you ready?

NeoSmart.net Forum: New 0-day Vulnerability Found in phpBB

DevShed: Validating IP Addresses with Filters in PHP 5

Greg Beaver\'s Blog: How can you help out with PEAR or phpDocumentor?

DevArticles: Sending Email with AJAX - Interacting with the Server


Community Events











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


community introduction language composer series database development framework zendframework2 application opinion phpunit testing podcast release example api code interview functional

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