<?php $Text = "There is an unique news in itlogic.com. I was read it when Mrs.leafa is cooking."; $array = preg_split("/\.(?=\s|$)/m", $Text); var_dump($array); if($array[count($array)-1] == ""){ unset($array[count($array)-1]); } var_dump($array);
You have javascript disabled. You will not be able to edit any code.