Author: guenther
Date: Sun Apr  2 01:20:56 2006
New Revision: 630

URL: http://svn.gna.org/viewcvs/etoile?rev=630&view=rev
Log:

More convenience methods for NSString:
firstIndexOf:(unichar)aCharacter fromIndex:(int)startIndex
firstIndexOf:(unichar)aCharacter

These methods return the first index where the character
aCharacter can be found in the string. The search starts
at the index startIndex. The latter of the two methods
sets this value to 0.

These methods will be useful when it comes to finding the
links in the word definitions.
 

Modified:
    trunk/Etoile/Services/User/DictionaryReader/NSString+Convenience.h
    trunk/Etoile/Services/User/DictionaryReader/NSString+Convenience.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to