Support regex expressions #1962
Labels
enhancement
New feature or request
expression
A new expression
p1
Important to tackle soon, but preemptable by p0
Is your feature request related to a problem? Please describe.
Support working with strings with regex expressions. The Ibis docs link 4 useful features:
re_extract Return the specified match at index from a regex pattern.
re_replace Replace all matches found by regex pattern with replacement.
re_search Return whether the values match pattern.
re_split Split a string by a regular expression pattern.
The text was updated successfully, but these errors were encountered: