Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.21.0
-
None
Description
This PR adds two UDFs to Drill:
regexp_extract(<text>, <pattern>) which returns an array of strings which were captured by capturing groups in the regex.
regexp_extract(<text>, <pattern>, <index>) returns the text captured by a specific capturing group.