我想将所有 html 代码替换为空白空间。我想我应该使用preg_replace函数,但我不确定如果 html 代码看起来像这样,我应该怎么做:
”
β
$text="β something ” test..."
$text=preg_replace("&# [what should be here?] ;", " ", $text);
echo $text;
result = something test...
我认为它应该只是数字,因为我在这里只找到了数字:http ://www.ascii.cl/htmlcodes.htm