4 lines
171 B
Bash
4 lines
171 B
Bash
# The ellipsis matches text upto the following pattern, not counting newlines
|
|
# Example: bp '{"/*" .. "*/"}' matches "/* blah blah */" or "/**/"
|
|
bp '{"hello" .. "world"}'
|