Hi Regex gurus,
I was developing a asp.net application. I need to validate my email field. I already searched a lot in the web but didn't found any suitable regex for my situation.I need to fulfill the belows criteria
1)Shouldn't allow a user to enter numeric data only. i.e, it shoul not be like 1111@111.11 or 111@111.com
2)Need to allow all the possible symbols and other language characters.For example üäßy._uu@üdäfß.de
3)Along with the above criteria, it should be a valid email.
Can anyone please help me. Thanks in advance.