OW3.$escapeuritext()

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

Syntax

OW3.$escapeuritext(cTextToEscape)

Description

Returns the escaped form of cTextToEscape. All characters except a-z, A-Z, 0-9, - (hyphen), . (period), _ (underscore), and ~ (tilde) are escaped as %hh. Unicode characters are the escaped form of their UTF-8 representation.