ref: d38caa1bee4fc59e86f2cc1de2787d319ac2bffe dir: /test/t.re1/
/[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" } /[^aeiou]/ { print $0 " matches /[^aeiou]/" }