regexp_replace CR LF
683463Jul 28 2009 — edited Jul 30 2009Hello.
I need an advice with some regular expression. My problem is following:
I have a varchar string containing text with n rows. I need to replace end of line with some characters E.G. "*" How can I write regular expression?
I tried "regexp_replace(INPUT_STRING,'\r\n','*')" but it doesnt work..:(
Thanx for advices.
Petr