<?php $text = "hello world こんにちは world"; var_dump(preg_split('/([^a-zA-Z ]+)/u', $text, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY));
You have javascript disabled. You will not be able to edit any code.