Borderizing Texts by emoken

s/ / | /g
s/.*/| & |/
h
s/./_/g
s/../ /p
g
s/\w[,-z]/| /g
s/[,-z]/|/g
p
g
p
s/\w[,-z]/ |/g
s/[ -z]/_/g

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

download

return to the top page