Esempio n. 1
0
 public AbstractRedactor()
 {
     MatchProcessor = new MatchProcessor();
     Matcher        = new RegularExpressionMatcher();
 }