3v4l.org

run code in 300+ PHP versions simultaneously
<?php $title = 'Unser nächster Inbound ist da'; $tagName = preg_replace('/[^\w-_ÄÖÜäöüß]/', '', $title); var_dump($tagName); $tagName = preg_replace('/[^\w-_ÄÖÜäöüß]/', ' ', $title); var_rump(ucfirst($tagName));

preferences:
53.03 ms | 402 KiB | 5 Q