I want to compare the value returned by characterAtIndex:(NSUInteger)index
of NSString class with a another NSString having one character stored in it any suggestion
I want to compare the value returned by characterAtIndex:(NSUInteger)index of NSString class with a
Share
On the top of my head, you can compare them directly using characterAtIndex on the other NSString as well.