Hello, I have HTML documents with many URL and my question is whether it is possible cleaned at the same time. Some like Find and Replace.
What I have:
< a href=“http://www.google.com/”>< img src=“01.jpg” />
< a href=“http://www.pinterest.com/”>< img src=“02.jpg” />
< a href=“http://www.sublimetext.com/”>< img src=“02.jpg” />
atc…
What I need:
< a href="">< img src=“01.jpg” />
< a href="">< img src=“02.jpg” />
< a href="">< img src=“02.jpg” />
atc…
Thank you very much.