在smarty中替换单词但没有触摸链接

时间:2016-01-06 20:09:57

标签: php smarty

我想在文章中用smarty替换某些单词,但不要触摸包含该单词的链接:

使用它之后,它也取代了链接:regex_replace:"/[wordtoreplace\r\t\n]/":" "

更新 解决方案 转义包含“word”

的href
regex_replace:"/<a.*>word(*SKIP)(*FAIL)|word/":" "

0 个答案:

没有答案