<img src="(.*?)"\s*\/?>
This match is http://aa.com/posts/2017425/1...f" alt="Ah" title="Ah
How can I locate the first " instead of the last " so as to accurately match the URI image path
I don’t know if you mean this<img src="(.*?)"[^>]*>, $1 now gets the path of the image
<img src="(.*?)"[^>]*>
I don’t know if you mean this
<img src="(.*?)"[^>]*>
, $1 now gets the path of the image