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