I have a string of type:
Veja o logotipo do PHP: <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Webysther_20160423_-_Elephpant.svg/2000px-Webysther_20160423_-_Elephpant.svg.png">
I need to get the path of the image in the string. The string can give you multiple images.
How can I get exactly the path of the images and remove the rest of the string?