function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shubham Bansal 45Shubham Bansal 45 

can any body help me to replace my image tag with the alt text

Hi want to replace my image tag to ist alt text i have tried it by using regex but not able to do.

input:<img src="cid:ii_kc5z9dww0" alt="products.png" width="385" height="385">

Expected Output: products.png

SwethaSwetha (Salesforce Developers) 
HI Shubham,

The closest I could find was https://stackoverflow.com/questions/18137107/replace-all-img-tag-with-img-alt-text related to your query. Does the approach suggested work for you? If not, can you share more details on the regex you tried? Thanks