In Objective-C the code to check for a substring in an NSString is:
Objective-C
NSString
NSString *string = @\"hello Swift\"; NSRange textRange =[strin
SWIFT 4 is very easy!!
if (yourString.contains("anyThing")) { Print("Exist") }