I have some string name and I want to compare whether that string contains substring like "_thumb.png".
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
rangeOfString: documentation. |
||||
|
|
|
You can try this:
Let your string in stored in originalString and the substring that you want to compare is strored in compareString.
I hope this code will help you!! |
|||
|
|
|
ssteinberg's answer looks pretty good, but there is also this:
which I found here. |
|||
|
|
|
u can go through this http://objcolumnist.com/2009/04/12/does-a-nsstring-contain-a-substring/ |
|||
|
|