From 17dbe5d9e8fcbe2c5f2f494658868b28857a25ca Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 10 May 2021 23:46:46 -0700 Subject: Added {word} feature and cleaned up the code some. --- bp.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bp.1') 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\fR The literal character \fI\fR (e.g. \fB`@\fR matches the "@" character) -- cgit v1.2.3