The goal of this task is to support the string operation of extracting an item of a regex group, something like sparks' regexp_extract.
We could do this in the arrow crate and expose it on DataFusion. Note that arrow already depends on an external regex parser for Rust.
Reporter: Jorge Leitão / @jorgecarleitao
Assignee: Florian Müller / @sweb
PRs and other links:
Note: This issue was originally created as ARROW-10354. Please see the migration documentation for further details.