shithub: kwa

ref: 7e6d7d36f83f05f372cfbce43534a2747bfc39c3
dir: /test/t.re3/

View raw version
{	r1 = $1
	r2 = $1 ":"
}

length(r1) && $0 ~ r1	{ print $0 " matches " r1 }
length(r1) && $0 ~ r2	{ print $0 " matches " r2 }