Cross Product of two Strings by tails

s/ /_/
:
s/.\(_\w*\)/\1 &/
s/_//2
s/\( .\).\B/&\1/
t
s/\w* //

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

download

return to the top page