标签: php smarty
我想在文章中用smarty替换某些单词,但不要触摸包含该单词的链接:
使用它之后,它也取代了链接:regex_replace:"/[wordtoreplace\r\t\n]/":" "
regex_replace:"/[wordtoreplace\r\t\n]/":" "
更新 解决方案 转义包含“word”
regex_replace:"/<a.*>word(*SKIP)(*FAIL)|word/":" "