I\'m developing a single serving site in PHP that simply displays messages that are posted by visitors (ideally surrounding the topic of the website). Anyone can post up to
preg_replace('/(?:(?:\r\n|\r|\n)\s*){2}/s', "\n\n", $text)