Skip to content

Tags: my-todo/regexp2

Tags

v1.2.0

Toggle v1.2.0's commit message
Added RE2 RegexOption that changes parser behavior to include more RE…

…2 formats that the .NET engine does not support. This will allow a smoother transition from the stdlib regexp package.

v1.1.8

Toggle v1.1.8's commit message
fix error added during scanning of numeric backreferences with groups

v1.1.7

Toggle v1.1.7's commit message
fix issue with groups containing slash constructs like (\c[)

v1.1.6

Toggle v1.1.6's commit message
add fuzzing tests for syntax package, fix issues discovered by fuzzing

v1.1.5

Toggle v1.1.5's commit message
Add benchmark to match go stdlib

v1.1.4

Toggle v1.1.4's commit message
add more detail about code history to ATTRIB file. fixes dlclark#11

v1.1.3

Toggle v1.1.3's commit message
prevent panic with multi-byte unicode bmPrefix that partially match. f…

…ixes dlclark#6

v1.1.2

Toggle v1.1.2's commit message
prevent panic when using 2-byte unicode bmPrefix against 3-byte input…

… values. fixes dlclark#5

v1.1.1

Toggle v1.1.1's commit message
fix ECMAScript mode -- merge branch 'dop251-ecmascript'

v1.1.0

Toggle v1.1.0's commit message
add ReplaceFunc to support MatchEvaluator custom replacement functions. 

fixes dlclark#3