Module

x/ts_morph/common/ts_morph_common.d.ts>StringUtils.escapeChar

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

Escapes all the occurrences of the char in the string.

Parameters

str: string
char: string

Returns

string