gpt4 book ai didi

php - 用 Preg_replace 删除汉字?

转载 作者:可可西里 更新时间:2023-11-01 00:06:11 29 4
gpt4 key购买 nike

我正在尝试从字符串中删除中文字符。试过了,但无法正常工作。它说:

Warning: preg_replace() [function.preg-replace]: Compilation failed: character value in \x{...} sequence is too large at offset 9 in

preg_replace('/[^\x{4e00}-\x{9fa5}]+/', '', $string)

我怎样才能让它工作?

最佳答案

In UTF-8 mode, "\x{...}" is allowed, where the contents of the braces is a string of hexadecimal digits.

您似乎没有处于 UTF-8 模式。要启用此模式,请将 u 修饰符添加到正则表达式的末尾。

关于php - 用 Preg_replace 删除汉字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12167441/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com