Description of Check email address using Regular expressions :
Submitted email addresses can be verified to check if they are valid with the help of this ASP article which comes with a little program to let you know which functions can be utilized for email address validation system. The core email characters '@' and '.' are checked for the availablity and if it fails the program reports the inputted email address is an invalid one.