Case insensitive comparison NSString

Posted by Tejaswi Yerukalapudi on Stack Overflow See other posts from Stack Overflow or by Tejaswi Yerukalapudi
Published on 2010-04-06T02:20:25Z Indexed on 2010/04/06 2:23 UTC
Read the original article Hit count: 397

Filed under:
|
|

Hi,

Can anyone point me to any resources about case insensitive comparison in Objective C? It doesn't seem to have an equivalent method to str1.equalsIgnoreCase(str2)

Thanks,
Teja

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk