<?php $text = "Hello, Mr. James. How are you today."; var_export( preg_split('~(?:Mrs?|Miss|Ms|Prof|Rev|Col|Dr)[.?!:](*SKIP)(*F)|[.?!:]+\K\s+~', $text, 0, PREG_SPLIT_NO_EMPTY) );
You have javascript disabled. You will not be able to edit any code.