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

x/deno/cli/dts/lib.es5.d.ts>unescape

A modern runtime for JavaScript and TypeScript.
Go to Latest
function unescape
Deprecated
Deprecated

A legacy feature for browser compatibility

import { unescape } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.es5.d.ts";

Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

Parameters

string: string

A string value

Returns

string