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

x/localekit/util/dynamic/enclosed.ts

A translation plugin for Deno
Latest
import * as localekit from "https://deno.land/x/localekit@2.2.0/util/dynamic/enclosed.ts";

Variables

Regular expression pattern used to match dynamic strings in a specific format. The dynamic strings are enclosed in double square brackets ([[~ {key} ... ~]]). The format inside the double square brackets follows a specific pattern. This regular expression is used to extract and process the dynamic strings.