re2j icon indicating copy to clipboard operation
re2j copied to clipboard

Fix parseEscape to support only ASCII values

Open le0pard opened this issue 9 months ago • 0 comments
trafficstars

Screenshot 2025-01-31 at 21 20 40

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

le0pard avatar Jan 31 '25 19:01 le0pard