Module

std/node/assert.ts>match

Deno standard library
Go to Latest
function match
import { match } from "https://dotland.deno.dev/std@0.145.0/node/assert.ts";

Parameters

actual: string
regexp: RegExp
optional
message: string | Error