xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/t.re1 (revision a02120c4550735e4c33259ff2671a5ef9d06c5cc)
1/[a-cg-j1-3]/	{ print $0 " matches /[a-cg-j1-3]/" }
2/[^aeiou]/	{ print $0 " matches /[^aeiou]/" }
3