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

x/localekit/util/match/utils/common.ts>StrictForms

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

Represents a collection of regular expressions used for strict form matching. By strict, we mean that the entire string must match the regular expression.

definition: { backtick: RegExp; single_quote: RegExp; double_quote: RegExp; pipe: RegExp; curly: RegExp; round: RegExp; square: RegExp; all: RegExp; }