aboutsummaryrefslogtreecommitdiff
path: root/tests/14-repeat-sep.sh
blob: 879ec4bc55fc3c1d1dd27e7608ce804f398a5233 (plain)
1
2
3
# 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 % `, `)'