Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/assert.ts>match

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

Parameters

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