matchNone

Description

Match if no matchers provided are satisfied

Example

matchNone(matchPrefixes("Let me in!"))

// Matching: "Please let me in."
// Not matching: "Let me in!"

Usage

matchNone(matchers)

Parameters

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