smarty filter tag p

smarty Удалить html тэги из строки - на примере тэга <p>

Удаляем из переменной $text все тэги "пэ":

{$text|regex_replace:"/(<p>|<p [^>]*>|<\\/p>)/":""}
Subscribe to RSS - smarty filter tag p