Code Festival D Compress numbers by %20

s/\w/&=/g
:0
s/[1-9]/&-/g
y/123456789/012345678/
t0
:
s/^\(0-*=\)\(.* \)\1/\2/
t
s/=0\(.* \)/\1/
s/-\{10\}//
t
/-= \| 0/cNO
cYES

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

download

return to the top page