/urlEncodeDecode

Class for URL Encoding and URL Decoding in FreePascal

Primary LanguagePascalApache License 2.0Apache-2.0

URL Encode / Decode

Unit for URL Encoding and Decoding in FreePascal

Inspired by the Rosetta Code challenges for encoding and decoding url's

Use

Copy to your project, add urlEncodeDecode to your uses and you're good to go.

Both functions return an AnsiString.

urlEncode('a url');

urlDecode('a url');