Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created April 7, 2017 08:35
Show Gist options
  • Save rcerrejon/93c0c3cd6b9adbb7ed01be1b26f9cef2 to your computer and use it in GitHub Desktop.
Save rcerrejon/93c0c3cd6b9adbb7ed01be1b26f9cef2 to your computer and use it in GitHub Desktop.
String to URL
let stringOriginal = "http://www.google.de/json?origin with space"
let stringUrlEnc = stringOriginal.addingPercentEncoding(withAllowedCharacters: .urlHostAllowed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment