String manipulation
295545Jun 27 2005 — edited Jul 1 2005Hi there
i have web page with free format field for email address of the person.User is allowed to enter as many email addresses as he wants. I need to separate them by ;
and also to replace all other possible separators (like '' , or ,) with ;.
simple replace (str,'',';') doesn't work as email might be aaa@xyz.com bbb@xyz.com
or
aaa@xyz.com, bbb@xyz.com(there are spaces after ,)
Any idea how to acomplish this in pl/sql?
Thanks