insert word length by teebee

(stdin upToEnd replacingAllRegex:'\w+'with:[:r|(s:=r match)size asString,'_',s])display

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

download

return to the top page