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

x/localekit/util/match/utils/util.ts>borderedpart

A translation plugin for Deno
Latest
variable borderedpart
import { borderedpart } from "https://deno.land/x/localekit@2.2.0/util/match/utils/util.ts";

Returns a regex to match a string that is surrounded by the given border.

type

(
border: string,
arg?,
key?,
include_border?,
) => unknown