Skip to main content
Module

x/denops_std/bufname/utils.ts>decode

📚 Standard module for denops.vim
Go to Latest
function decode
import { decode } from "https://deno.land/x/denops_std@v5.0.1/bufname/utils.ts";

Decode all percent-encoded characters.

Note that this function is not the inverse of encode. The encode function only encodes a few characters, while this function decodes all percent-encoded characters.

Parameters

expr: string
optional
excludes: string[] = [UNSUPPORTED]

Returns

string