import { assertMatch } from "https://deno.land/std@0.199.0/assert/mod.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.
import { assertMatch } from "https://deno.land/std@0.199.0/assert/mod.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.