diff options
Diffstat (limited to 'bp.1')
| -rw-r--r-- | bp.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -119,6 +119,13 @@ Zero or more whitespace or newline characters .B | A word boundary +.B "foo" +.B 'foo' +The literal string \fIstring\fR. Escape sequences are not allowed. + +.B {foo} +The literal string \fIfoo\fR with word boundaries on either end. Escape sequences are not allowed. + .B `\fI<c>\fR The literal character \fI<c>\fR (e.g. \fB`@\fR matches the "@" character) |
