From ab275800b3efbf67273c3efd4a23d1016f21ed82 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 19 Jan 2021 23:30:50 -0800 Subject: Removed outdated '?' documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1b1ebd5..14f6b57 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Pattern | Meaning `\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 -`[pat]` or `pat?` | Zero or one occurrences of `pat` (optional pattern) +`[pat]` | Zero or one occurrences of `pat` (optional pattern) `5 pat` | Exactly 5 occurrences of `pat` `2-4 pat` | Between 2 and 4 occurrences of `pat` (inclusive) `5+ pat` | 5 or more occurrences of `pat` -- cgit v1.2.3