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: newbie: examples of regular expressions in oracle?

Re: newbie: examples of regular expressions in oracle?

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Fri, 11 Mar 2005 08:35:31 -0800
Message-ID: <1110558737.992452@yasure>


bbcrock_at_hotmail.com wrote:

> I have clobs with html data. I want to remove two tags from this html.
> I think the best way to do it is via a regular expressions search and
> replace. I could fight my way through the regular expressions, but
> don't know how they work in oracle. can anyone explain, give a code
> sample or point me to an online article?
>
> thanks,
>
> Don

If CLOB then you are looking at using the DBMS_LOB package which does not, at this time, include regular expressions.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Fri Mar 11 2005 - 10:35:31 CST

Original text of this message

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