3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string='direction-only'; echo preg_match_callback('/(\w*)-(\w*)/', function($match) { return implode('', array_map($match, function($string) { return ucfirst($string); })); }, $string);

preferences:
33.63 ms | 402 KiB | 5 Q