home *** CD-ROM | disk | FTP | other *** search
-
- // NCStringAdditions.h
- //
- // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
- // Copyright (c)1997
- //
- // This file is distributed under the terms of the
- // GNU General Public License.
-
- #import <Foundation/Foundation.h>
-
- @interface NSString (NCStringAdditions)
- - (NSRange)rangeFromString:(NSString *)startString toString:(NSString *)endString range:(NSRange)aRange;
- @end
-