JavaScript URL encode, decode and escape






4.76/5 (5 votes)
A simple utility that provides JavaScript URL encode, decode and escape functionality
Introduction
I was sick of having to look up the difference between urlencode
, encodeURIComponent
and escape
, so here's a quick online tool for those who need it.
The Code