[FEA] Add support for word boundaries \b
and \B
in regular expressions
#4517
Labels
feature request
New feature or request
\b
and \B
in regular expressions
#4517
Is your feature request related to a problem? Please describe.
We currently fall back to CPU for regular expressions that include
\b
or\B
.Describe the solution you'd like
We should support this on the GPU.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: