REGEXP_SUBSTR
Syntax
REGEXP_SUBSTR(str, pattern [, position [, occurrence [, match_param [, subexp]]]])Overview
Parameter
Parameter
Description
Example
SELECT REGEXP_COUNT('abcabcabc','abc', 2);
regexp_count
--------------
2
(1 row)Last updated
