1*9a7741deSElliott Hughessubstr($2, 1, 1) ~ /[abc]/ 2*9a7741deSElliott Hughessubstr($2, length($2)) !~ /[a-z]/ 3*9a7741deSElliott Hughessubstr($2, length($2)) ~ /./ 4