Returns the number of times the regular expression pattern occurs in the string, like len(re.findall(...)) in Python and regexp_count() in some SQL dialects
Reporter: Ian Cook / @ianmcook
Assignee: David Li / @lidavidm
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12952. Please see the migration documentation for further details.
Returns the number of times the regular expression pattern occurs in the string, like
len(re.findall(...))in Python andregexp_count()in some SQL dialectsReporter: Ian Cook / @ianmcook
Assignee: David Li / @lidavidm
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12952. Please see the migration documentation for further details.