![]() | |||||||||
| |||||||||
How To/Validate email adresses using regular expressionsWhen your users register or have an other reason to submit their email address, you want to check if the mail has correct format.
The following code snippet shows validation by using the regular expressions with string.match. Code function IsEmailValid(email)
| |||||||||