REGEXP INSTR

From Oracle FAQ
Jump to: navigation, search

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.