~/tool-stack_

// Encode and decode URL strings

Encode special characters in URLs using percent-encoding (encodeURIComponent) or decode percent-encoded strings back to readable form. Essential for building query strings, handling URLs with spaces, and working with form data submitted via GET requests.