I looked through the entire reference to the NSString class, but I canβt understand if I have a string, which method can I use to check if a specific character is inside the string.
For example, if my line
NSString * string = "123.32" if ([string hasString:@"."]) {
so I donβt really like the index in which it is located, but whether it has it or not :-)
source share