Validate an email address using regular expressions
  Validate an email address using regular expressions
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 37,970
  • Categories: 572

ASP.NET Tutorials : Validate an email address using regular expressions

email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form AutoFill).

Here we are going to design a regular expression pattern to validate email address. which will check to make sure an e-mail address is a valid address, and in proper format means containing an username, at sign (@), and valid hostname. For example, admin@samplehost.com is valid, but SPAM@badhost is invalid. Most of email service provides limit the use of literals for email address creation. Only letters (a-z,A-Z), numbers (0-9), hyphens (-), underscore (_) and periods (.) are allowed and no special characters are accepted. You can add or remove any literals to your regular expression.
Validate an email address using regular expressions  tutorial
    View Tutorial

Detailed Information

     Tutorial: Validate an email address using regular expressions
     Date Listed: 2009-07-03
     Submitted By: tipsntracks
     Total Hits: 2017
     Rating Tutorial Rating 2.74Tutorial Rating 2.74Tutorial Rating 2.74Tutorial Rating 2.74Tutorial Rating 2.74 (34 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 1 - Follow our Sitemap