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


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -