shithub: kwa

ref: 5086f3453d6716d6dcd782a45831c1ebb0f2b115
dir: /test/t.re1/

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