4 lines
100 B
Bash
4 lines
100 B
Bash
# The | operator matches word edges
|
|
# Example: bp '{|"baz"|}' matches the word "baz"
|
|
bp '{|}foo{|}'
|