Given the following examples:
<img src="images/avatar.jpg" alt="" border="0" />
<img src=images/avatar.jpg alt="" border="0" />
I need to extract the <u>content</u> of the src attribute (i.e. images/avatar.jpg w/o the quotes).
.NET ProgrammingRegular ExpressionsC#