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: Michael O'Shea <michael.oshea_at_tessella.com>
Date: 12 Mar 2005 02:59:33 -0800
Message-ID: <1110625173.523599.12550@l41g2000cwc.googlegroups.com>


Oracle 10g has direct support for regular expressions. Below is a URL to an online article documenting the featureset with example code.

http://www.oracle.com/technology/oramag/webcolumns/2003/techarticles/rischert_regexp_pt1.html

Regards

TESSELLA Michael.OShea_at_tessella.com

__/__/__/  Tessella Support Services plc
__/__/__/  3 Vineyard Chambers, ABINGDON, OX14 3PX, England
__/__/__/  Tel: (44)(0)1235-555511  Fax: (44)(0)1235-553301
www.tessella.com Registered in England No. 1466429

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
Received on Sat Mar 12 2005 - 04:59:33 CST

Original text of this message

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