View Single Post
  #1  
Old 10-15-2012, 01:09 AM
jackwebso jackwebso is offline
Member
 
Join Date: Jun 2012
Posts: 34
Default Clean and keep line breaks

Hello,

I want to keep line spaces in comments but clean more then 2 after each.

Example:

$sentence="This is my first sentence
This will be in a new row
This will be too in a new row but not separated with 3line breaks just with

one

";
And i want to output just this:

$sentence="This is my first sentence
This will be in a new row

This will be too in a new row but not separated with 3line breaks just with
one
";
Please Help

Thanks in Advance
Reply With Quote