why985123
2018-04-09
<?php
$subject = "baby,晚上约吗?";
$why = NULL;
if (preg_match("/[\u{7ea6}\u{5417}]+/",$subject,$why)) {
print_r($why);
} else {
echo "匹配失败";
}
?>需要加上{}
慕勒7915654
2016-06-04
http://tool.chinaz.com/tools/unicode.aspx