Javascript debugger Website design ↑
Returns a string with backslashes stripped off. Recognizes C-like \n, \r ..., octal and hexadecimal representation.
\n
\r
The string to be unescaped.
Returns the unescaped string.
Javascript debugger Website design