Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created April 19, 2018 10:19
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/23ec956714c2921a19c95c620b5f3cb0 to your computer and use it in GitHub Desktop.
Save fitomad/23ec956714c2921a19c95c620b5f3cb0 to your computer and use it in GitHub Desktop.
import Foundation
let texto: String = "xxxxx0123456789"
let letras: String = String(texto.prefix(5))
print(letras)
/*
xxxxx
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment