Closed the-mikedavis closed 11 months ago
In v0.33.0, strings can use escapes like \u{200D} to escape in arbitrary unicode codepoints.
\u{200D}
Yeah it's pretty cool how much regex it can emulate 😀
In v0.33.0, strings can use escapes like
\u{200D}
to escape in arbitrary unicode codepoints.