Hi, everyone. i am working on school project and i have been struggling to clean all links in a feed using yahoo pipes.
For instance removing <a href="http://mickey.com">Go to Source</a>
from my item.description.
Leaving the" Go to source" without the active link
I am using the regex module and i tried to use this expression
#</?a[^>]*>#iu
But no success. Please can someone help me with this.