xref: /src/contrib/one-true-awk/testdir/t.gsub3 (revision 60a517b66a69b8c011b04063ef63a938738719bd)
1length($1) {gsub(substr($1,1,1),"(&)"); print}
2