I have this string text:
"; MatchCollection coll = Regex.Matches(input, regex); String result = coll[0].Groups[1].Value;