<?php $str = "My <b>table</b> in brown <br> Help"; $char = preg_split('#(</?[a-z]+>|[a-z ])#ui', $str, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY); print_r($char);
You have javascript disabled. You will not be able to edit any code.