Utility.Unescape

Syntax

Utility.Unescape( stringToUnescape, options)

Return Value

String

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.

See Also

Engine.Utility

EscapingOptions

Utility.Escape