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

CodeForest.net: Obfuscate your e-mail address with PHP, JavaScript and CSS

PHPFreaks.com: Regular Expressions (Part1) - Basic Syntax

Devshed: A Login System for a PHP Email Application

Gareth Heyes' Blog: Regular expression challenge

DevShed: Building a PHP5 Form Processor - Coding the Form Validator Module


Community Events











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


unittest language framework conference testing series code tool community opinion podcast development phpunit interview functional zendframework2 introduction object example release

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