I'm struggling to seperate image from text. I converted rss feed to json, because its easier to work whit, but I don't know how to split string or seperate image form text.
JSON: "description": "<img src=\"https://files.facepunch.com/s/cd60c1258ac2.jpg\"><br/>Raids, bases, mods, and more.",
Trying to get only <img src=\"https://files.facepunch.com/s/cd60c1258ac2.jpg\">
I'm begginer and started learning javascript recently, but can't figure out how if is even possible to split this.