TOPICS
#11
Unicode Properties
Query the Unicode property table with `\p{L}`, `\p{N}`, and `\p{Script=Arabic}`, predict what `\w` actually matches in a given engine, and reach for property escapes when ASCII assumptions break.
13 min
#12
Grapheme Clusters & Normalization
Match a whole user-visible character with \X when the dot would split it into codepoints, predict when two spellings of the same glyph fail a literal pattern, and normalize both sides before matching.
14 min