3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = 'valami_underscored_cucc'; echo preg_replace_callback( '/_(\w)/', function(array $matches) { return ucfirst($matches[1]); }, $key);

preferences:
91.32 ms | 402 KiB | 5 Q