RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow Java arrow Regular expression for email address
Regular expression for email address PDF Print E-mail
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 )
 
< Prev   Next >
 
Designed by Graham Robinson Software