Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support regex expressions #1962

Closed
jaychia opened this issue Mar 1, 2024 · 1 comment · Fixed by #2048
Closed

Support regex expressions #1962

jaychia opened this issue Mar 1, 2024 · 1 comment · Fixed by #2048
Assignees
Labels
enhancement New feature or request expression A new expression p1 Important to tackle soon, but preemptable by p0

Comments

@jaychia
Copy link
Contributor

jaychia commented Mar 1, 2024

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.

@jaychia jaychia added enhancement New feature or request expression A new expression p1 Important to tackle soon, but preemptable by p0 labels Mar 1, 2024
@ghalimi
Copy link

ghalimi commented Mar 10, 2024

When you add support for re_split, please make sure that you provide support for parentheses in order to preserve the separators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request expression A new expression p1 Important to tackle soon, but preemptable by p0
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants