1length($1) == 0 { next }
2
3{gsub("[" $1 "]","(&)"); print}
4{gsub("[" $1 "]","(\\&)"); print}
5