Skip to Main Content

APEX

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!

Alphanumeric format mask and email format validation in javascript

FofanaDec 22 2016 — edited Dec 22 2016

Hi there I am looking for 2 things

1. Javascript function that alows the user to type only letters and/or numbers in a text field.

2. Email format validation in javascript code. I found the following but does not cover all cases user can type

  ^[-a-zA-Z0-9._]+\@[-a-zA-Z0-9]+\.[-a-zA-Z0-9]+(\.[-a-zA-Z0-9]+)?$

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2017
Added on Dec 22 2016
4 comments
784 views