3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'i must say hello to my handsome friends'; echo preg_replace_callback('/(\b)?\w(?(1)|\b)/', fn($m) => strtoupper($m[0]), $string);

preferences:
33.51 ms | 404 KiB | 5 Q