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

Home -> Community -> Usenet -> c.d.o.server -> Re: String parse help in Oracle

Re: String parse help in Oracle

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 07 Nov 2007 13:26:52 -0800
Message-ID: <1194470807.938671@bubbleator.drizzle.com>


CK wrote:
> How can I search a string supplied by a user for the first occurrence of a
> letter that is also supplied by a user; once you find the letter display its
> position within the string.
>
> Also I would like to modify the script above so that the string is searched
> for all occurrences of the letter. For each occurrence of the letter,
> display its position within the string.
>
> Thanks for any help or examples of how to do this.
>
> V/R,
> ck

INSTR
http://www.psoug.org/reference/substr_instr.html

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Nov 07 2007 - 15:26:52 CST

Original text of this message

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