Half Sierpinski by murky-satyr

-:\#0
(?=\D{32})(.*?) *0(.*):"$1\n"$2
u(.*?)0(.*):"$1$(U$1)0"u$2
l(.*?)0(.*):"$1$10"l$2
U.(.*):" "U$1
\w*:
.+:$(l$&)$(u$&)

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

download

return to the top page