shithub: kwa

ref: d133a4306688e51df959da814d48f10f33cad23a
dir: /test/t.re1/

View raw version
/[a-cg-j1-3]/	{ print $0 " matches /[a-cg-j1-3]/" }
/[^aeiou]/	{ print $0 " matches /[^aeiou]/" }