Skip to content

Instantly share code, notes, and snippets.

@robertsky
Created December 7, 2018 07:18
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 robertsky/7f54dc61ceb4588276368ec3f849dbf6 to your computer and use it in GitHub Desktop.
Save robertsky/7f54dc61ceb4588276368ec3f849dbf6 to your computer and use it in GitHub Desktop.
URL encoding strings the manual way. Values to encode based on https://web.cs.dal.ca/~jamie/CS3172/examples/XHTML/entities/ASCII.html
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE("<><><text to convert here><><>", " ", "%20"), "!", "%21"), "CHAR(34)", "%22"), "#", "%23"), "$", "%24"), "%", "%25"), "&", "%26"), "'", "%27"), "(", "%28"), ")", "%29"), "*", "%2A"), "+", "%2B"), ",", "%2C"), "-", "%2D"), ".", "%2E"), "/", "%2F"), ":", "%3A"), ";", "%3B"), ">", "%3E"), "?", "%3F"), "@", "%40"), "[", "%5B"), "\", "%5C"), "]", "%5D"), "^", "%5E"), "_", "%5F"), "`", "%60"), "{", "%7B"), "}", "%7D"), "<", "%3C"), "=", "%3D"), "~", "%7E")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment