re2j
re2j copied to clipboard
Fix parseEscape to support only ASCII values
trafficstars
Based on golang parser code, one condition was missed, that is why some regex was marked as is valid, when it is not
P.S. in golang utf8.RuneSelf == 0x80, but here Unicode.MAX_ASCII == 0x7f, that is why <= in condition