Comment

President Obama Speaks on Fixing the Broken Immigration System

220
Charles Johnson1/29/2013 2:17:21 pm PST

Fun and exciting regular expression of the day:

<?php
$text = preg_replace('/(?:\r\n|\r(?!\n)|(?!<\r)\n){2,}/s', "\n\n", $text);
?>