i want to regex to remove any-link that start with example.com but i want to keep the text :
<a rel="nofollow" target="_blank" href="http://example.com/somepage/">some text</a>
I have tried a lot of regex with yahoo pipes and didn't work please help me guys.