aboutsummaryrefslogtreecommitdiff
path: root/bp.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-10 23:46:46 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-10 23:46:46 -0700
commit17dbe5d9e8fcbe2c5f2f494658868b28857a25ca (patch)
treeb5fafea0caac649ab93c273e1d81f476a13624fc /bp.1
parent943aa0b71a8c2a03fe4b57317d4c7bc7df7d014c (diff)
Added {word} feature and cleaned up the code some.
Diffstat (limited to 'bp.1')
-rw-r--r--bp.17
1 files changed, 7 insertions, 0 deletions
diff --git a/bp.1 b/bp.1
index 7a0cc9e..8262653 100644
--- a/bp.1
+++ b/bp.1
@@ -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)