| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Bug in Owa_Pattern
Try the below code:
set serveroutput on;
declare
vs varchar2(20) default 'ab1234567890';
begin
owa_pattern.change(vs, '([\\"])', '\\\1', 'g');
dbms_output.put_line(vs);
end;
I don't understand however, is why "2" has a slash in front of it??????
This must be some sort of bug.
Nico. Received on Mon Feb 01 1999 - 20:03:17 CST
![]() |
![]() |