Stringy Pingy by clock

#!ruby -n
2.times{sub /^(clai|zyx|t)?([1ghiosx])?(.+?)([erz]|th)?(y.*|iut|o)?$/,'\1\4\3\2\5'};puts~/$/,$_,"/"

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

download

return to the top page