insert word length by clock

s/\w\+/123456789_&/g
s/\w*\(\w\{11\}\)/\1/g
s/\B\w*9//g

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

download

return to the top page