super-expressive
super-expressive copied to clipboard
Better unicode support
Include primitives to support matching:
- [ ] Unicode any char (
\X
) - [ ] Single data unit (
\C
) - [ ] Unicode newlines (
\R
) - [x] Unicode properties and categories (
\pX
/\p{..,}
) - [x] Hex characters (
\xXX
/\xXXXX
)