shithub: kwa

ref: 52a6023c85229ee680e0cb53df168cac214a915e
dir: /test/t.re1/

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