<?php $p = "This is a dummy text. And it has a new line in it \n it also has dots. Byt not."; $arr = preg_split('/\.(?=\h*[A-Z])|\R+/', $p); print_r($arr);
You have javascript disabled. You will not be able to edit any code.