Lots of code in replace (EE1)
I want to do this:
{exp:replace find=' TEXT
' replace='*'}
{body}
{/exp:replace}
If i remove the and
it works. Will it ever work with more code? - Am I missing something?
Cheers
Simon
Replies
claypole 16 Aug 2012 19:36
Sorry
{exp:replace find="<p><strong>TEXT</strong></p>" replace="*"}
{body}
{/exp:replace}