3v4l.org

run code in 300+ PHP versions simultaneously
<?php function uncamel($content, $separator = '_') { $content = preg_replace('#(?<=[a-zA-Z])([A-Z])(?=[a-zA-Z])#', "_$1", $content); var_dump($content); $content{0} = strtolower($content{0}); return $content; } var_dump(uncamel('rfqInternalRefNo'));

This is an error 404

There are `0` results


preferences:
143.65 ms | 1399 KiB | 7 Q