Translate American to Canadian by ninjalj

#!perl -p
s/beer/maple syrup/;s/([bvi]o)r/$1ur/g;s/(?<! (ent|oth))er/re/g;s/mom/mum/;s/beani/toqu/;s/ram\K/me/;s/ol/o/;s/ns/nc/

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

download

return to the top page