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

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

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


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

//输出

北京欢迎您

名称栏目:php正则去掉字符串中非汉字字符串
文章路径:http://csdahua.cn/article/jjioig.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流