Contact: aviboots(AT)netvision.net.il
41,163 questions
53,655 answers
573 users
var s = "swift java python" if let i = s.firstIndex(of: "a") { print(i.utf16Offset(in:s)) } else { print("not found") } /* run: 7 */