diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | bp.1 | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -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` @@ -140,9 +140,6 @@ the same indentation that occurs on the current line. .B [\fI<pat>\fR] \fBMaybe-\fI<pat>\fR -.B \fI<pat>\fR? -\fI<pat>\fB-or-not\fR - .B \fI<N> <pat>\fR .B \fI<MIN>\fB-\fI<MAX> <pat>\fR .B \fI<MIN>\fB+ \fI<pat>\fR |
