|
URLDecode function
String / Filename routines |
|
| acUtils
|
| function URLDecode(const Str: String): String;
|
| The URLEncode function turns all escape codes like like %20 or %3C into normal characters. So if the Str passed as parameter was "Hello%20World", the output string will be "Hello World".
|
| URLEncode function.
|