aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-19 18:53:51 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-19 18:53:51 -0800
commitc28e6472594637c7c2d4ed826c376fa84737777e (patch)
tree81c7e88a9fb829489a29f7f9f34800c954e1f770 /README.md
parentc477bfdbd5d6464cde70806d9a6704c54ede3e88 (diff)
Added `a,b,c support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbd55ee..1bc1d8f 100644
--- a/README.md
+++ b/README.md
@@ -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