Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: REGEXP_REPLACE doesn't give the desired output

Re: REGEXP_REPLACE doesn't give the desired output

From: Jure <jure.br_at_gmail.com>
Date: 20 Jun 2006 07:04:11 -0700
Message-ID: <1150812251.851623.120890@y41g2000cwy.googlegroups.com>


Hi Jim,

as i said I tried to hardcode the timestamp, thus the input to REGEXP_REPLACE was a character type.

Another example. Running:

SELECT REGEXP_REPLACE('1234 A B C', '\D', '') FROM dual

gives the result:

'1234 A B C' Received on Tue Jun 20 2006 - 09:04:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US