Module

x/ts_morph/common/mod.ts>StringUtils.escapeChar

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method StringUtils.escapeChar
import { StringUtils } from "https://dotland.deno.dev/x/ts_morph@22.0.0/common/mod.ts";

Escapes all the occurrences of the char in the string.

Parameters

str: string
char: string

Returns

string