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_substr occurrences problem

Re: regexp_substr occurrences problem

From: Maxim Demenko <mdemenko_at_gmail.com>
Date: Tue, 19 Sep 2006 16:13:14 +0200
Message-ID: <eeotts$1l0$01$1@news.t-online.com>


PhilHibbs schrieb:
> So what should I write to get DEF and GHI out of 'ABC|DEF|GHI|JKL',
> assuming variable length and number of segments, e.g.
> 'A|BC|DEF|GHIJ|KLMNO' should match 'BC', 'DEF', and 'GHIJ'?
>
> Phil Hibbs.
>

Not knowing much about your restrictions, for the case you requested simple '\|.+\|' will suffice.

Best regards

Maxim Received on Tue Sep 19 2006 - 09:13:14 CDT

Original text of this message

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