camelCase by tokkoYaroCTeam

<?while(($l=fgets(STDIN))){for($p=-1;$p++<strlen($l);)echo ctype_upper($l[$p-1])==ctype_upper($l[$p])?strtolower($l[$p]):strtoupper($l[$p]);}

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

download

return to the top page