29303132333435
public static Matcher eqIgnoreCase(String value) { return new EqualsIgnoreCase(value); } public static Matcher not(Matcher matcher) { return new Not(matcher); }