Skip to Main Content

SQL & PL/SQL

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!

validate email address with regex

Gor_MahiaAug 26 2013 — edited Aug 26 2013

All,

I am trying to split and validate one/multiple email addresses like below. Ive got the split based on delimiter(, ) to work well but i cant get the validation to work using oracle REGEX

examples:

1.  "peter.june@gmail.com, henry.gates@gmail.com, bill.gates@state-in.co.us, paul.brooks@oracle-itt.com,"

2.  "peter.june@gmail.com"

3.  "peter.june@gmail.com,"

So how can i validate the emails as described above?

using oracle 11g rel.2

thanks in advance...regards.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2013
Added on Aug 26 2013
2 comments
783 views