discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another question about NSScanner...


From: Richard Frith-Macdonald
Subject: Re: Another question about NSScanner...
Date: Fri, 26 Jan 2001 05:08:45 +0000

On Wednesday, January 24, 2001, at 11:07 PM, Frederic wrote:
> found { at 15 
> At 15 
>  
> I dont understand the last "{" match. 
> Any though? 
> Frederic 

Yes - that's as expected (though not necessarily what MacOS does).
Your last scan scans the characters from the final '}' to the end
of the string.

The function of -scanUpToCharactersFromSet:intoString: is to read in
anything that is *not* in the set.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]