qse/ase/test/awk/t46.awk

2 lines
76 B
Awk

BEGIN { t = "whoabcabcabcwho"; gsub ("abc", "[\\&][&][\\&]", t); print t; }