FunctionsString
regexp_count
Counts non-overlapping regex matches in each input string. Supports optional flags such as i, n, and g.
regexp_count(…) → DynamicKind · scalar
Counts non-overlapping regex matches in each input string. Supports optional flags such as i, n, and g.
Part of the String family.