import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { escape } = fn;
Escape the characters in {chars} that occur in {string} with a backslash. Example:
:echo escape('c:\program files\vim', ' \')
results in:
c:\\program\ files\\vim
Also see shellescape()
and fnameescape()
.
Can also be used as a method
:
GetText()->escape(' \')