9951 explained code solutions for 126 technologies


javascriptEncode URL


var encoded = encodeURIComponent(url);ctrl + c
encoded

this variable will contain encoded URL

encodeURIComponent

encodes URL

(url)

variable with URL that should be encoded