Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 318 Bytes

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');