URL Encode / Decode
Percent-encode text so it is safe inside a URL query string or path segment (encodeURIComponent), or decode percent-encoded text back to plain text.
Percent-encode text so it is safe inside a URL query string or path segment (encodeURIComponent), or decode percent-encoded text back to plain text.