ref: 3206ebbc2fbd2d489d12a559b5d4e68fdfdc5ffc dir: /test/t.re3/
{ r1 = $1 r2 = $1 ":" } length(r1) && $0 ~ r1 { print $0 " matches " r1 } length(r1) && $0 ~ r2 { print $0 " matches " r2 }