标签: php regex
我的php有问题,因为我试图从表中获取值,并且值具有特殊字符,例如“Ã; - ;Ê”我正在使用这行代码
preg_replace('/[^,a-zA-Z0-9\.\-\s]/', "", $row["name"]);
但这不允许我使用Ê或Ç。
请你调整我的代码吧。 谢谢你的时间。
答案 0 :(得分:0)
您可能希望查看PHP的正则表达式unicode支持:http://php.net/manual/pl/regexp.reference.unicode.php