3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = '<p>Lorum ipsum &nbsp;<a href="http://www.test.com">This is a test link</a>.</p>'; $text = ucfirst($text); $text = preg_replace('/\v+|\\\r\\\n/', '<br />', $text); $allow = '<p><br><ul><ol><li><strong><img><em><a>'; $text = strip_tags($text, $allow); echo $text;

preferences:
47.84 ms | 402 KiB | 5 Q