3
I have a string like:
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 pick up the image path in the string. The string can get multiple images.
How can I pick up exactly the image path and remove the rest of the string?
Thank you so much is just what I need! As soon as I can accept your answer
– Amanda Lima