REGEXP INSTR

From Oracle FAQ

REGEXP_INSTR is an SQL function that can be used to find the position of a sub-string in a string.

Also see[edit]

  • INSTR, the normal string position function.