高县网站建设设计

将想法与焦点和您一起共享

php正则去掉字符串中非汉字字符串

$str='2016,北京欢迎您 from around you..';

preg_match_all('/[\x{4e00}-\x{9fff}]+/u', $str, $matches);


$str = join('', $matches[0]);

//输出

北京欢迎您

当前文章:php正则去掉字符串中非汉字字符串
地址分享:http://scgaoxian.com/article/jjioig.html

其他资讯