4 lines
141 B
Bash
4 lines
141 B
Bash
# The _ pattern matches zero or more spaces/tabs
|
|
# Example: bp -p '`= _ "foo"' matches "=foo", "= foo", "= foo", etc.
|
|
bp -p '"one" _ "two"'
|