OW3.$unescapeuritext()

Function group Execute on client Platform(s)
OW3 NO All

Syntax

OW3.$unescapeuritext(cTextToUnescape)

OW3.$unescapeuritext(cTextToUnescape[,bIgnoreInvalidValues=kFalse])

Description

Returns the unescaped form of cTextToUnescape by unescaping %hh sequences and converting the resulting UTF-8 string to character. Returns NULL if the string is not a valid escaped value.

When bIgnoreInvalidValues is kTrue (default is kFalse), any invalid characters that are encountered in cTextToUnescape will be appended to the returned string, therefore only the valid escaped characters will be unescaped.