Open yhirose opened 5 years ago
@cch123, it's possible though, the Unicode regex spec is massive: http://unicode.org/reports/tr18/ https://www.regular-expressions.info/unicode.html
It would be easy to start with the Unicode Categories first such as \p{L}
.
https://github.com/yhirose/go-peg/issues/6#issuecomment-466736815