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