[已解决]如何批量替换字符串?
本帖最后由 elexy 于 2011-9-30 14:30 编辑StringReplace 此函数可以替换字符串,但不知道要批量替换掉字符串怎么解决。
比如说 $str = "dell lenovo hp hasee asus apple legend msi ......后面很多内容"
我现在需要将 下列字符 替换为 ""也就是删除的意思
hasee
legend
lenovo
.......
怎么样循环匹配以上字符 在 $str删除。最终得出 $infostr stringregexpreplace($infostr,"hasee|legend|lenovo","") 搞定,原来这么简单,drunk历害
页:
[1]