iphone - Scanning a string line by line -
I have a nsstring with 50 rows, I use a nsscanner to scan each line, Want to do
Is this possible?
Can anyone help me?
Thanks in advance ...
this is possible; You just need to split the string, and then scan each line for the string you're looking for.
Why are you using NSScanner
? Would not it be easy to find strings?
Comments
Post a Comment