-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
\b not working with Unicode characters #344
Comments
Sorry, RE2 supports It's possible to simulate Unicode word boundaries to some extent. For example, if you can approximate |
In this case, you might consider using the Rust |
@junyer Paul, thank you for the tip. Where can I learn more about "Rust |
1) Add a specific example of re flags replacement (for ease of search) 2) Document the difference in the behavior of \b, example included. google#344 google#433
Saw this using pyre2:
Test case for re2 that fails:
Update: Added test case other way round (Unicode in needle vs haystack).
The text was updated successfully, but these errors were encountered: