I have a string:
<img src="https://google.com">
I would like to extract https://google.com from this this, ie, the substring after the last " or first " from right.
Could someone please provide some help?
I could not input " " " into the line below,it keep give me error.
line.lastIndexOf(""")