UrlUnEscape

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > MSXML2 > Utility Functions >

UrlUnEscape

 

Description

 

Converts escape sequences back into ordinary characters.

 

Syntax

 

s = UrlUnEscape(Url [, lOptions])

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

Url

String

No

Complete Url string defining the name of the requested page

lOptions

Number

Yes

One or more of the following options connected by OR:

 

%URL_DONT_UNESCAPE_EXTRA_INFO

 

%URL_UNESCAPE_AS_UTF8

 

 

Remarks

 

Additional information can be found at: https://learn.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-urlunescapea

 

Restrictions

 

 

See also

 

Examples