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

x/nonstd/Tests/test_deps.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/Tests/test_deps.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