mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
5 lines
328 B
Markdown
5 lines
328 B
Markdown
|
|
The `\p{name}` and `\P{name}` character class syntaxes now accept the names
|
||
|
|
Any, ASCII, Assigned, Cn, and LC, as well as Unicode category aliases like `\p{Letter}` for `\pL`.
|
||
|
|
Following [Unicode TR18](https://unicode.org/reports/tr18/), they also now use
|
||
|
|
case-insensitive name lookups, ignoring spaces, underscores, and hyphens.
|