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

About

Class for URL Encoding and URL Decoding in FreePascal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages