<?php $s = "Bla bla bla......bla bla bla";echo preg_replace('~(?:\.{3})?(\R)(?:\.{3})?~', '$1', $s);
Standard input is empty
Bla bla bla bla bla bla
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!