camelCase by Endres

<?$y=strtolower;$z=strtoupper;while($a=fgets(STDIN)){$b=1;for($d=0;$c=$a[$d++];)echo((ord($c)<91*$b||ord($c)-96*$b>96)&&9|$b=!$b)?$z($c):$y($c);};

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

download

return to the top page