bp/tests/24-backref.sh
2021-08-28 14:26:32 -07:00

4 lines
171 B
Bash

# With @-capturing, you can reference previous captures
# Example: bp -p '@first=`a-z .. first' matches "aba" and "xyzx", but not "abc"
bp -p '@first=+Abc _ +Abc _ first'