PHP 正则匹配unicode 编码正则方法
程序员文章站
2022-05-21 12:05:23
...
php教程 正则匹配unicode 编码正则方法,因为unicode编码的特殊性,所以一般的中文或英文正则是不能正确取到我们想要的内容的,下面来看一款专业的unicode正则表达式吧。
看个unicode编码图。
$words = "0123456789abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrsruvwxyz!@#$%^&*()_+-=[],./{}|?'"你好啊我们";
$otherstr=preg_replace("//[x{0080}-x{00ff}]+/iu"," ",$words);
echo 'otherstr:',$otherstr;
上一篇: php IP及IP段进行访问限制的代码_PHP教程
下一篇: opencart,该怎么解决