DB
FunctionsString

regexp_count

Counts non-overlapping regex matches in each input string. Supports optional flags such as i, n, and g.

regexp_count(…) → Dynamic

Kind · scalar

Counts non-overlapping regex matches in each input string. Supports optional flags such as i, n, and g.

Part of the String family.