Skip to content

Instantly share code, notes, and snippets.

@jaminguy
Created September 24, 2015 15:58
Show Gist options
  • Save jaminguy/724476b3721d35cff83d to your computer and use it in GitHub Desktop.
Save jaminguy/724476b3721d35cff83d to your computer and use it in GitHub Desktop.
let replaced = String(aString.characters.map {
$0 == " " ? "+" : $0
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment