Support trino regexp_count(string, pattern) function #52603
Open
Description
Feature request
Is your feature request related to a problem? Please describe.
Support trino regexp_count(string, pattern) function
Returns the number of occurrence of pattern in string:
SELECT regexp_count('1a 2b 14m', '\s*[a-z]+\s*'); -- 3
Describe the solution you'd like
Describe alternatives you've considered
Additional context