camelCase by clock

:%s/\v(\l+)|(.)(\u*)/\u\1\U\2\L\3/g
\x16HuZZ

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

download

return to the top page