StringG.appendUriEscaped

Appends unescaped to string, escaped any characters that are reserved in URIs using URI-style escape sequences. Since 2.16

class StringG
appendUriEscaped

Parameters

unescaped string

a string

reservedCharsAllowed string

a string of reserved characters allowed to be used, or NULL

allowUtf8 int

set TRUE if the escaped string may include UTF8 characters

Return Value

Type: StringG

string

Meta