aboutsummaryrefslogtreecommitdiff
path: root/tests/14-repeat-sep.sh
blob: f61a4bc081640f808a001d343800c80a6ed2903c (plain)
1
2
3
# The '%' operator modifies repeating patterns, allowing you to give a separator between matches
# Example: bp '{+"x" % ":"}' will match "x", "x:x", "x:x:x", etc.
bp '{`( +int % `, `)}'