All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Lots of code in replace (EE1)

claypole 16 Aug 2012 19:30 question,

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

  1. claypole 16 Aug 2012 19:36

    Sorry

    {exp:replace find="<p><strong>TEXT</strong></p>" replace="*"}
    {body}
    {/exp:replace}