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

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

.*@.*\..*

 
< Prev   Next >
 
Designed by Graham Robinson Software