matchAll

Description

Match if all matchers provided are satisfied

Example

matchAll(matchPrefixes("Gee,"), matchPrefixes("don't you just love prefixes"))

// Matching: "Gee, don't you just love prefixes"
// Not matching: "Gee,"

Usage

matchAll(matchers)

Parameters

matchers:
Matcher<any, any, any>[]