Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Regular Expression to validation email address

807580Nov 2 2009 — edited Nov 2 2009
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2009
Added on Nov 2 2009
8 comments
264 views