[FEA] regexp_replace: Improve support for ^ and $ #4091
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
P1
Nice to have for release
Is your feature request related to a problem? Please describe.
Once #4063 is merged, we support
regexp_replace
on GPU but we fall back to CPU whenever the pattern contains the BOL/EOL anchors^
and$
.Describe the solution you'd like
We should be able to support these anchors in some cases.
Describe alternatives you've considered
None
Additional context
Depends on rapidsai/cudf#9845
The text was updated successfully, but these errors were encountered: