bp/tests/14-repeat-sep.sh
2021-08-28 14:26:32 -07:00

4 lines
188 B
Bash

# The '%' operator modifies repeating patterns, allowing you to give a separator between matches
# Example: bp -p '+"x" % ":"' will match "x", "x:x", "x:x:x", etc.
bp -p '`( +int % `, `)'