Match if all matchers provided are satisfied
matchAll(matchPrefixes("Gee,"), matchPrefixes("don't you just love prefixes")) // Matching: "Gee, don't you just love prefixes" // Not matching: "Gee,"
matchAll(matchers)