<?php $string = "hello, how are you?you are fine. i am good too."; $output = preg_split('/[^A-Za-z\s]\s*/', $string, -1, PREG_SPLIT_NO_EMPTY); print_r($output);
You have javascript disabled. You will not be able to edit any code.