[FEA] Add support for regular expressions containing \s
and \S
#4528
Labels
feature request
New feature or request
\s
and \S
#4528
Is your feature request related to a problem? Please describe.
We do not currently support
\s
or\S
in regular expression patterns and fall back to CPU.Describe the solution you'd like
Add support for these expressions.
We have a choice of passing these to cuDF (we need to check if cuDF has the same interpretation of these) or we can transpile to the specific character classes.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: