Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: String parse help in Oracle
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.orgReceived on Wed Nov 07 2007 - 15:26:52 CST
![]() |
![]() |