<?php $string = "It's just me, myself, i and an empty glass of wine. Age = 21"; $split = preg_split('/(,)\s|\s/', $string, -1, PREG_SPLIT_DELIM_CAPTURE); print_r($split);
You have javascript disabled. You will not be able to edit any code.