|
Regular expression for email address |
|
|
|
|
Saturday, 22 November 2008 |
|
This regular expression will check an email address to see if its valid as best it can, there are other methods such as at http://www.regular-expressions.info/email.html but I've found the following works well enough
.*@.*\..*
|
|
Last Updated ( Wednesday, 31 December 2008 )
|