shithub: kwa

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

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