You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
expr.str.contains has a strict argument which if False , should not raise error for invalid regex pattern however an error is raised always at query time in either case.
I think this is also a problem in rust as I see the same behavior in r-polars
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
expr.str.contains has a strict argument which if False , should not raise error for invalid regex pattern however an error is raised always at query time in either case.
I think this is also a problem in rust as I see the same behavior in r-polars
Reproducible example
Expected behavior
when strict= False contains should return Null for invalid regex patterns
Installed versions
The text was updated successfully, but these errors were encountered: