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.