regexp_count

最近更新时间: 2025-10-11 18:10:00

REGEXP_COUNT 返回pattern 在source_char 串中出现的次数。

postgres=# select REGEXP_COUNT('tbase_TBase','se') from DUAL;
regexp_count
--------------
            2
(1 row)