Hi
I want to search & replace
<a href="http://theconversation.com">The Conversation</a> as <a href="http://theconversation.com" class="external_link">The Conversation</a>using
{exp:low_replace find="you" replace="we"}
text you want processed
{/exp:low_replace}Using following PHP, it can be done
$result = preg_replace('/(<a\b[^><]*)>/i', '$1 class="external_link">', $str);, but how it can be done this using {exp:low_replace}
Please help.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.