4 lines
160 B
Bash
4 lines
160 B
Bash
# parens is a pattern matching nested parentheses
|
|
# Example: bp -p '"foo" parens' matches "foo()" or "foo(baz(), qux())", but not "foo(()"
|
|
bp -p 'id parens `;'
|