Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/nonstd/src/Expressions/VerbalExpressions.ts>VerbalExpression.sanitize

A library for useful features that aren't currently in the std library.
Latest
method VerbalExpression.sanitize
import { VerbalExpression } from "https://deno.land/x/nonstd@v0.2.2/src/Expressions/VerbalExpressions.ts";

Escape meta-characters in the parameter and make it safe for adding to the expression

Parameters

value: Inputs

object to sanitize

Returns

string

sanitized value