Пример #1
0
 public static Negation NotRegexp(this CommonFactory factory, NonBooleanExpression what, NonBooleanExpression pattern)
 {
     return(factory.Not(factory.Regexp(what, pattern)));
 }