delete words by eban

s=gets.split(/\n?/)
gets x=" "
8.times{sub(/#{s.reverse!*"(.{12})?"}/m){x+$~[1..-1]*x+x}}
print

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

download

return to the top page