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}'