Matches(text, pattern); Regex rex = new Regex(pattern, RegexOptions. ... foreach (Match match in matches) { GroupCollection groups = match.
確定! 回上一頁