Guest User

Untitled

a guest
Jan 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for char in tweet {
  2. let prevCharEmpty = tweet[index(of: char)! - 1] == " " {
  3. doSomethingTo(tweet[index(of: char)])
  4. }
  5. }
Add Comment
Please, Sign In to add comment