I am using a regular expression provided by the Visual Studio 2010 ide to validate email addresses. I can make the validation fail if I type in the following email address:
testing_321323@test.net4334fsd999999
Or even simpler :
testing_321323@test.net4334fsd
Here is the Asp.net validator provided by Microsoft. Can someone help improve it?
< Go to the complete details ...