Beispiel #1
0
        public MatchConfig(string path)
        {
            string pat = GetPattern(path);

            Matcher = new ExtendedMatcher(pat, Timeout);
        }
Beispiel #2
0
 public MatchConfig()
 {
     Matcher = new ExtendedMatcher(@"[^0]*", Timeout);
 }