Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 150 Bytes

javascript-encodeURIComponent.MD

File metadata and controls

7 lines (5 loc) · 150 Bytes

encodeURIComponent

clean up string to url friendly format (remove whitespace and convert special characters)

encodeURIComponent(string);