57585960616263
public void describeTo(Description description) { description.appendText("matches regex="); } public static RegexMatcher matches(String regex) { return new RegexMatcher(regex); }