<pre> <?php $wtfjawaban = "this is some broken text<br />this is some broken text<br>this is some broken text<br >you are doing something wrong<br/>preg_replace works fine"; $jawaban = preg_replace('#<br\s*?/?>#i', PHP_EOL, $wtfjawaban); echo $jawaban; ?> </pre>
You have javascript disabled. You will not be able to edit any code.