mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
Elaborate on UCP
This commit is contained in:
@@ -147,7 +147,7 @@ Represents the pattern that things are matched against, constructed with
|
||||
- `U` - expressions are not greedy by default. `?` can be added to a qualifier
|
||||
to make it greedy.
|
||||
- `u` - same as `8`
|
||||
- `W` - Unicode character properties
|
||||
- `W` - Unicode character properties; `\w` matches `к`.
|
||||
- `X` - "Extra", character escapes without special meaning (`\w` vs. `\a`) are
|
||||
errors
|
||||
- `x` - extended, comments (`#`) and newlines are ignored (extended)
|
||||
|
||||
Reference in New Issue
Block a user