Skip to main content
Module

x/deno_outdated/regex.ts>apply

Find outdated dependencies in your deno project
Latest
function apply
import { apply } from "https://deno.land/x/deno_outdated@0.2.5/regex.ts";

Applies a URL regex to a URL. Finds the first match of the validate regexp and removes any matches of the removal regexp.

Parameters

url: string

The URL to apply it on

Returns

string | undefined