I wrote src="([^"]+)"
and it does the following matches :
<img src="http://google.com/q.jpeg">
matched
<img alt="something" src="http://google.com/q.jpeg">
matched
<audio src="http://something..">
matched too
How can I exclude video and audio?