Matches the first satisfied matcher
matchAny(matchRegex(/[Hh]ey!/), matchPrefixes("hi")) // Matching: "hey!" // Matching: "hi" // Matching: "Hey!" // Not matching: "hello"
matchAny(matchers)