Sunday, 29 September 2013

Remove all tags with Notepad + +

Remove all tags with Notepad + +

I want to remove from the text of all links (<a href=""></a>), except for
those who have tag attribute href="site.com" (for example).
<a href="site.com">text</a>
<a href="google.com">text</a>
<a href="yandex.com">text</a>
That is that the last two links left. Can you please tell the correct
regular expression for it (in Notepad + +).

No comments:

Post a Comment