skip to Main Content

Regex substitution for HTML attributes

I want to replace the content of the 'src' attribute with the content of the 'data-src' attribute with a regex. This is the HTML : <td style="text-align:center;"> <a href="/wiki/Cashier" title="Cashier"> <img alt="Cashier 1x1" src="**content_to_replace**" decoding="async" loading="lazy" width="36" height="52" data-image-name="Cashier 1x1.png"…

VIEW QUESTION
Back To Top
Search