3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = 'me_ApetEce_comer_algo_jajjajaj'; //$key = strtolower($key); $key = preg_replace_callback('/_([a-zA-Z])/', function(array $matches) { return ucfirst($matches[1]);}, $key); echo $key;

preferences:
35.95 ms | 402 KiB | 5 Q