I have a String and I want to split it, by using another string, into an array of sub-strings.
// String literals let s = "Hello World" // Split it by "o" var a = s.componentsSeparatedByString("o") print(a)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker