Searching NSString Cocoa?
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-04-09T17:14:51Z
Indexed on
2010/04/09
17:23 UTC
Read the original article
Hit count: 152
cocoa-touch
I have a string of letters and I want to search it for a specific letter.
NSString *word = @"word";
How would I find out if the string contained a letter "w"?
Thanks
© Stack Overflow or respective owner