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|\w\b/', fn($m) => strtoupper($m[0]), $string);

preferences:
27.01 ms | 405 KiB | 5 Q