shithub: kwa

ref: c4f1e9166e14cd17667438f6af69460ad1d35ecf
dir: /test/t.gsub4/

View raw version
length($1) == 0 { next }

{gsub("[" $1 "]","(&)"); print}
{gsub("[" $1 "]","(\\&)"); print}