I would like to scan a NSString to find that text: “S:027,13”
Then If the scan find the text (make a condition)
I found some explanations about NSScanner but too much developped for the “simple” thing that I’d like to do…
If someone can light my way 🙂
Thanks a lot!
if ([string rangeOfString:@”S:027,13″].location != NSNotFound)