<?php echo $string = "This is \r\n a \r\n test"; echo PHP_EOL; echo preg_replace('/\s+/', ' ', $string);
You have javascript disabled. You will not be able to edit any code.