StringG.appendUriEscaped

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

class StringG
appendUriEscaped

Parameters

unescaped string

a string

reservedCharsAllowed string

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

allowUtf8 bool

set TRUE if the escaped string may include UTF8 characters

Return Value

Type: StringG

string

Meta

Since

2.16