camelCase by nn

for(;l=readline(s='',p=32);print(s))for(i in l)c=l.charCodeAt(i),s+=String.fromCharCode(c^~p&32),p=c

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

download

return to the top page