标签:variable com nbsp code mat int line .com ber
<?php
$str
=
‘aiezu.com 爱E族, baidu.com 百度‘
;
preg_match_all(
"#[\x{4e00}-\x{9fa5}]#u"
,
$str
,
$match
);
print_r(
$match
[0]);
标签:variable com nbsp code mat int line .com ber
原文地址:http://www.cnblogs.com/719907411hl/p/6782964.html