strike nth char by rotary-o

var s=readLine+'
'
(s(0)/:s){(z,_)=>print(s)
s=s.replace(z,'*')
s(z-z/65*7-49)}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page