diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-10 23:46:46 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-10 23:46:46 -0700 |
| commit | 17dbe5d9e8fcbe2c5f2f494658868b28857a25ca (patch) | |
| tree | b5fafea0caac649ab93c273e1d81f476a13624fc /bp.1 | |
| parent | 943aa0b71a8c2a03fe4b57317d4c7bc7df7d014c (diff) | |
Added {word} feature and cleaned up the code some.
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) |
