diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-20 20:12:20 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-20 20:12:20 -0500 |
commit | 91233dfab9d3d81ec85c476494efcb9b9d8d8ddf (patch) | |
tree | 9e1a73d5c0977790b98f3dc6cd73ac490e6b9265 | |
parent | 256435e8e3c0ff3f3d0837ef5d899ba16446c6c9 (diff) | |
download | Nim-91233dfab9d3d81ec85c476494efcb9b9d8d8ddf.tar.gz |
Elaborate on UCP
-rw-r--r-- | README.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc index f5ee91fb5..c4d97f8c3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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) |