Reverse Repeated Printing by %20

s/\(.\)\1*$/& \1 @&0987654321/
s/@.\{10\}\(.\).*/\1/
s/0/10/
s/\(.\)\w*/\1/

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

download

return to the top page