Elaborate on UCP

This commit is contained in:
Flaviu Tamas
2015-01-20 20:12:20 -05:00
parent 256435e8e3
commit 91233dfab9

View File

@@ -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)