Scripts: C# :: Form Validation :: Library Article #8
Developer's Section
![]() By: Erobo Team Member
|
|||
![]()
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. |
|||
|
|||
![]() |
|
![]() the form below: |