Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 2, 2018 09:36
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 fitomad/dcce42d50d3b7a413e8bbfba4b15a126 to your computer and use it in GitHub Desktop.
Save fitomad/dcce42d50d3b7a413e8bbfba4b15a126 to your computer and use it in GitHub Desktop.
let template = "Mi nombre es %@ y vivo en %@"
let resultado = String(format: template, "Mío", "Una Ciudad")
// El resultado sería: Mi nombre es Mío y vivo en Una Ciudad.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment