From c28e6472594637c7c2d4ed826c376fa84737777e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 19 Dec 2020 18:53:51 -0800 Subject: Added `a,b,c support --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit v1.2.3