Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let myString = "161225 I want just the text"
- let range = Range(uncheckedBounds: (lower: myString.index(myString.startIndex, offsetBy: 6), upper: myString.endIndex))
- myString[range]
Advertisement
Add Comment
Please, Sign In to add comment