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
Fix sanitize() & modifier bugs and add test() & testExact()
- Add test and testExact methods. test searches for regex match within string, testExact tests whole string against regex.
- Fix bug where test and testExact would compile patterns without modifiers
- Fix sanitize to not use Pattern.quote as it causes it to add \Q & \E causing errors
0 commit comments