Mickaël Remars
Results
2
issues of
Mickaël Remars
... they were ascii-only while java.util.regexp is unicode compliant
cla: yes
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...