Output
Loading…
Loading…
URLBridge
Percent-encode strings for use in URLs, or decode percent-encoded URLs back into readable text.
encodeURI keeps URL structure characters like : / ? & untouched; encodeURIComponent encodes everything not in the safe-character set — use this one inside query parameters.