static Matcher matcher(S pattern, S string) { return Pattern.compile(pattern).matcher(string); }