URI.decode

Fully %<!-- -->-decodes @part.

In the past, this would return %NULL if @part contained invalid percent-encoding, but now it just ignores the problem (as soup_uri_new() already did).

class URI
static
string
decode
(
string part
)

Parameters

part string

a URI part

Return Value

Type: string

the decoded URI part.

Meta