dlclark / regexp2

A full-featured regex engine in pure Go based on the .NET engine
MIT License
987 stars 83 forks source link

Return the actual symbols in the reversed range error #51

Closed mstoykov closed 2 years ago

mstoykov commented 2 years ago

I found this while debugging a huge regexp and after this fix it was trivial to figure out what the problem was.

mstoykov commented 2 years ago

I think this might have been skipped due to being opened the same time as #52