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