REGEXP_INSTR
Syntax
REGEXP_COUNT(str, pattern [, position [, occurrence [, return_option [, match_param [, sub_expr}]]]])Overview
Parameter
Parameter
Description
Example
SELECT REGEXP_INSTR('abcabcabc','abc', 2);
regexp_instr
--------------
4
(1 row)Last updated
