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