Utility.Unescape
- Updated2025-07-21
- 1 minute(s) read
Utility.Unescape
Syntax
Utility.Unescape( stringToUnescape, options)
Return Value
The unescaped string.
Purpose
Converts escaping sequences to special characters as follows:
| Sequence | Purpose |
|---|---|
| \n | New line |
| \r | Carriage return |
| \r\n | Carriage return/new line |
| \" | Quotation marks |
| \\ | Backslash character |
| \t | Tab |
Parameters
stringToUnescape As String
[In] Specifies the string to unescape.
options As Long
[In] Specifies the EscapingOptions constants to remove surrounding quotation marks before unescaping the string.