Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/combinatorics/test_deps.ts>assertNotMatch

🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/combinatorics@1.1.2/test_deps.ts";

Make an assertion that actual not match RegExp expected. If match then throw.

Parameters

actual: string
expected: RegExp
optional
msg: string