code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(3 lines)
1 # With @-capturing, you can reference previous captures
2 # Example: bp '{@first=`a-z .. first}' matches "aba" and "xyzx", but not "abc"
3 bp '{@first:+Abc _ +Abc _ first}'