You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this issue while working on #49575, which is also related to Trino. I would be appreaciate the opportunity to take responsibility for it. Could you assign it to me? @wangsimo0@kateshaowanjou@kevincai@gengjun-git
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
The text was updated successfully, but these errors were encountered: