php 利用preg_split分割中文/英文/数字/特殊字符分割方法

不废话直接上代码:

var_dump(preg_split(‘/(?<!^)(?!$)/u’, “中文字符串AbcdE,./” ));