xref: /freebsd/contrib/one-true-awk/testdir/t.substr (revision c7a063741720ef81d4caa4613242579d12f1d605)
1substr($2, 1, 1) ~ /[abc]/
2substr($2, length($2)) !~ /[a-z]/
3substr($2, length($2)) ~ /./
4