Skip to content

MFernstrom/urlEncodeDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages