예제 #1
0
        [MinIterationCount(3)] // each iteration takes several seconds
        public int Count()
        {
            int found = 0;

            foreach (Regex r in _regexes)
            {
                found += Perf_Regex_Industry.Count(r, _input);
            }
            return(found);
        }
예제 #2
0
 public int Count() => Perf_Regex_Industry.Count(_regex, _input);
예제 #3
0
 public int Count() => Perf_Regex_Industry.Count(_regex, _3200);
예제 #4
0
 public int Count() => Perf_Regex_Industry.Count(_regex, _sherlock);