Hello
I have a text box validator with this code for email text field:
Code:
ValidationExpression="^[\w-]+@[\w-]+\.(com|net|org|edu|mil|tv|biz|info|pt)$">
but that expression don't allow this:
"
[email protected]" or "
[email protected]"
What can I add in this expression to solve my problem?
Thanks,
Max