I\'m looking for a regular expression to isolate the src value of an img. (I know that this is not the best way to do this but this is what I have to do in this case)
string matchString = Regex.Match(original_text, "", RegexOptions.IgnoreCase).Groups[1].Value;