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.