$arrResult = preg_split("//", "ABCD", -1, PREG_SPLIT_NO_EMPTY); /* Ergebnis: Array ( [0] => A [1] => B [2] => C [3] => D ) */