Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function assertMatch
import { assertMatch } from "https://deno.land/std@0.200.0/assert/assert_match.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string