Scripts: C# :: Form validation :: Library Article #8
Developer's Section
Validating Email Addresses using regular expressions in C# By: Erobo Team Member
|
|||
In this tutotial you will learn how to validate email addresses using a simple regular expression.
The function IsEmail takes as input a string and then tries to verify if this string has the correct format for an email address. To accomplish this, we create a regular expression that checks for the typical format of an email address such as username@serverprovider.com. |
|||
|
|||
See other Scripts in Form validation |
Submit Your Scripts: |
System Message:
|
If you would like to have your Javascripts published in this section please fill out the form below: |