<?php $text = '<p>Lorum ipsum <a href="http://www.test.com">This is a test link</a>.</p>'; $text = ucfirst($text); $text = preg_replace('/\v+|\\\r\\\n/', '<br />', $text); echo $text;
You have javascript disabled. You will not be able to edit any code.