Regular Expression to validation email address
807580Nov 2 2009 — edited Nov 2 2009I want to validate an Email address and I need a regular expression for validating the email address.
Email address requirement:
1) It should not start with numbers, say like 123email@test.com
2) It should be limited to 65 characters long including domain name.
3) It should not have numeric domain names like test@123.com.
ANy inputs will be great.
Thanks