Re:NSScanner problem...
Re:NSScanner problem...
- Subject: Re:NSScanner problem...
- From: Cryx <email@hidden>
- Date: Sun, 21 Apr 2002 18:15:15 -0500
>Is this the way it's supposed to work? How can I get it to skip also the
>last " ?
It's working correctly. The scanner only skips chars when looking for
the start of a match. Try using scanUpToCharactersFromSet:intoString:
and using a " and \n in the charset.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.