URL-decodes a string from URL encoding
Source position: fphttpclient.pp line 383
function DecodeURLElement( |
const S: string |
):string; |
S |
|
The URL-encoded string to decode |
The decoded string
Decodes percent-encoded sequences in a URL-encoded string back to their original characters.
|
URL-encodes a string for use in URLs |