On 25/09/2007, Michael Fuhr <mike(at)fuhr(dot)org> wrote: > > How can I remove characters that form a part of regular expressions? > > Why do you want to do that? Because these values were inserted into the DB due to a faulty application. So cleansing was called for. I just ended up doing it with replace instead of regexp_replace, one character at a time. Thanks!