Skip to content

Instantly share code, notes, and snippets.

@austinrfnd
Created September 13, 2012 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinrfnd/3718078 to your computer and use it in GitHub Desktop.
Save austinrfnd/3718078 to your computer and use it in GitHub Desktop.
Discovered this in my work codebase.
encodeURIComponent(q).replace(/%20/g, '+').replace(/%2C/g, ',').replace(/%26/g, '&').replace(/%3D/g, '=').replace(/%2B/g, '+')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment