Skip to main content
Module

std/node/assert.ts>match

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

Parameters

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