I have a string in HTML format
<div class="ExternalClass6FC23FEAF7454B3A8006CF7E1D2257B8">
<audio src="/sites/audioblogs/Group2Doc/0.021950338035821915.wav" controls="controls"></audio><br/><img src="/sites/audioblogs/Group2Doc/20140103_152938.jpg" alt=""/></div>
I need only the source(src) attribute, I'm trying to use Regex.Match,
Is there any other alternative?
Thanks, Sachin