FormatHive uses essential local storage for requested features. Optional analytics and advertising technologies stay off until you choose them. Cookie policy
Decode the content of a regular double-quoted JavaScript string without executing it.
Open the guide when you need step-by-step help or a sample. The live workspace stays first.
Enter JavaScript escaped in the workspace or use the available Load Data options.
Run Unescape JavaScript Regular String. Adjust the available settings first when needed.
Review Plain text, Errors. Resolve any reported errors before using the result.
Continue with Copy, Download, Share.
Example input: JavaScript escaped
const title = \"FormatHive\";\nconsole.log(title)
Result in the live workspace
Run Unescape JavaScript Regular String in the live workspace above to generate the result. Review it in Plain text, Errors.
Go to the live workspaceSetup notes, privacy details, and examples when needed.
Paste escaped string content without its surrounding quotes. The tool handles regular JavaScript string escapes; it does not parse template literals, regular expressions, or an entire JavaScript program.
A few closely related tools stay linked here without turning the page into a directory.