用例
1 const string pattern = @"ion\b"; 2 const string strMatch = "a new action and station"; 3 MatchCollection Matches = Regex.Matches(strMatch, pattern);