ASCII Stars by %20

s/10/22222/
s/2/  /g
s/.$/*/
h
:
/^ /{P
s/ \*/***/g
G
b}

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

download

return to the top page