<?php $string = 'The is 10. way of doing this. And this is 43. street.'; var_export( preg_split('~(?<!\d)\. *~', $string, 0, PREG_SPLIT_NO_EMPTY) );
You have javascript disabled. You will not be able to edit any code.