Reverse Repeated Printing by %20(mitchs (%20))

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

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

download

return to the top page