strip out a backslash / from <img>-tag
Hello @ all,
woundering if it could be possible to strip out a backslash / from <img>-tag ?
I have that code rendered:
- <img src="/images/content/img_ad_listing_basic_summary_enus.gif" alt="">
I would need to strip out the first slash from src= like that:
- <img src="images/content/img_ad_listing_basic_summary_enus.gif" alt="">
Would be geat if somebody could hit my head on that

Kindly regards,
Dan