Web platform features explorer

escape() and unescape()

Discouraged
Tags: javascript Groups: JavaScript

The escape() and unescape() built-in Javascript methods encode and unencode strings using percent encoding, where certain characters are replaced by hexadecimal escape sequences.

Learning resources on MDN

Browser support