iphone - how to compare 2 strings -
I have two strings that are started with using nsstring * name1, * name2 ...
if ([name1 isEqualToString: name2]) {NSLog ("These are the same names"); }
This type of API is the best place to feature
I have two strings that are started with using nsstring * name1, * name2 ...
if ([name1 isEqualToString: name2]) {NSLog ("These are the same names"); }
This type of API is the best place to feature
Comments
Post a Comment