diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-19 18:53:51 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-19 18:53:51 -0800 |
| commit | c28e6472594637c7c2d4ed826c376fa84737777e (patch) | |
| tree | 81c7e88a9fb829489a29f7f9f34800c954e1f770 /README.md | |
| parent | c477bfdbd5d6464cde70806d9a6704c54ede3e88 (diff) | |
Added `a,b,c support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ Pattern | Meaning `_` | Zero or more whitespace characters (excluding newlines) `` `c `` | The literal character `c` `` `a-z `` | The character range `a` through `z` +`` `a,b `` | The character `a` or the character `b` `\n`, `\033`, `\x0A`, etc. | An escape sequence character `\x00-xFF` | An escape sequence range (byte `0x00` through `0xFF` here) `!pat` | `pat` does not match at the current position |
