Skip to content
☰ Menu
code
/
bp
Aa
.*
\b
📋
📦 Download .tar.gz
Lines
4.3K
C
3.3K
Markdown
541
YAML
273
make
110
Shell
77
Lua
54
bp
/
tests
/
07-end-of-line.sh
(3 lines)
Raw
1
# $ matches end of line
2
# Example: bp '{"x" $}' matches lines ending with "x"
3
bp
'
{"foo" $}
'