to unquote
- verb
- /ʌnˈkwoʊt/
- Specialized
- Some tools automatically unquote special characters in web addresses for easier reading.
Examples
-
After copying the encoded string, you need to unquote it to see the original message.
-
Please unquote the text for clarity.
-
The program will unquote the URL so it can be read by the server.
-
I need to unquote this part of the document.
-
To understand the programming error, we need to unquote the string to see the raw message.
-
You can unquote the text before displaying it to make it readable again.
-
It's important to unquote the data in order to analyze its original values.
Idioms
Surface Forms
Morphology
Etymology
Unquote breaks into un- and quote, where un- means 'remove' or 'reverse' and quote means 'to mark text'. So to unquote a URL or encoded string is to remove the quoting or encoding and get the original text.