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!
Hi
I want to split a string separated by a comma or space into separate values.
eg. John, Miller C. should be split into separate fields - John, Miller, C.
Please let me know the solution using regular expression.
Thanks!