I have a bunch of HTML text and I want to find all text patterns with the tagimg
and change their template. If the initial text is:
<img alt=src="http://www.example.com/image.png" />
in the output it would turn into this:
[insert picture: []("http://www.example.com/image.png")]
How can I approach this?