\b does not behave like it does with java.util.regex.Pattern
Open
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
Word boundaries should use \p{L} not just A-Za-z to behave like the default regex in java. Added some tests showing the issue and fixed it in this PR : https://github.com/google/re2j/pull/100 . (but I had to disable a large unit-test I don't know how to adapt to support this change)
Contributor guide
Assessment
This issue has not been assessed yet.