URL-encodes a string for use in URLs
Source position: fphttpclient.pp line 382
function EncodeURLElement( |
S: string |
):string; |
S |
|
The string to URL-encode |
The URL-encoded string
Encodes special characters in a string to make it safe for use in URLs by replacing them with percent-encoded sequences.
|
URL-decodes a string from URL encoding |