code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(3 lines)
1 # The '%' operator modifies repeating patterns, allowing you to give a separator between matches
2 # Example: bp '{+"x" % ":"}' will match "x", "x:x", "x:x:x", etc.
3 bp '{`( +int % `, `)}'