Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function unescapeStringBorder
import { unescapeStringBorder } from "https://deno.land/x/localekit@2.2.0/util/match/utils/border.ts";

Removes escape characters from a string that are used to escape a specific border character.

Parameters

source: string
  • The input string to unescape.
border: string
  • The border character to unescape.

Returns

string

The unescaped string.