uhop / node-re2

node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.
Other
479 stars 53 forks source link

Fix: subsequent numbers are incorporated into group if they would form a legal group reference #184

Closed le0pard closed 11 months ago

le0pard commented 11 months ago

Possible fix for https://github.com/uhop/node-re2/issues/183

le0pard commented 11 months ago

Thanks @uhop !