- Home
·
- Miscellaneous
·
- Validate an email address using VB.NET and Regular Expressions.
Validate an email address using VB.NET and Regular Expressions.
Validate an email address using VB.NET and Regular Expressions.
Rate Validate an email address using VB.NET and Regular Expressions.
(1(1 Vote))
return Regex.IsMatch(emailAddress, "^([\w-]+\.)*?[\w-]+@[\w-]+\.([\w-]+\.)*?[\w]+$")
End Function
Validate an email address using VB.NET and Regular Expressions. Comments
No comments yet — be the first to post one!
Post a Comment