code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(5 lines)
1 # Multiple patterns in a row represent a sequence.
2 # bp pattern syntax mostly doesn't care about whitespace, so you can have
3 # spaces between patterns if you want, but it's not required.
4 # Example: bp '{"foo" `0-9}' matches "foo1", "foo2", etc.
5 bp '{"one" "two"}'