<?php $text = "There are many \r variations of passages\r of Lorem Ipsum available,\r but the majority have suffered\r alteration in some form.\r "; echo preg_replace('/\r\n(?!$)/','"\r\n"',$text);
You have javascript disabled. You will not be able to edit any code.