Backslash Escaper/Unescaper

Escape or unescape special characters in your string without online tools. DevUtils.app allows you to quickly escape or unescape special characters (like \n, \t...) without any internet connection. You can use this to quickly unescape an escaped string from your application logs.

DevUtils.app: Backslash Escaper/Unescaper macOS app

Quickly unescape special characters

You can escape/unescape a HTML entities string from anywhere in your macOS (terminal, in email, web browser,...). Activate the app by:

  • Copy text → Press Space
    (Or your own customized hotkey, up to you)
  • Copy text → Click to iconDevUtils.app status bar icon in the status bar
  • Select text → Right-click → "Inspect in DevUtils.app"
    (This menu appears after you install the app)

Input

Enter your string in the input textbox. If you already have the string in your clipboard, just click the "Clipboard" button, and the tool will use the content in your clipboard as input.

Output

The escaped/unescaped string will be displayed in the bottom text view. Click "Copy" to copy the output string to your clipboard.

Options

Select the "Escape" or "Unescape" in the top right corner of the tool to use the desired operation.