I want to check if a string contains another string
// String literal let s = "Hello World" // Check if it contains 'Hello' if s.rangeOfString("Hello") != nil { print("Yes it contains 'Hello'") }
* 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