home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / NCCompletionDictionary-2.6 / NCStringAdditions.h < prev    next >
Encoding:
Text File  |  1997-08-10  |  376 b   |  15 lines

  1.  
  2. // NCStringAdditions.h
  3. //
  4. // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
  5. // Copyright (c)1997
  6. //
  7. // This file is distributed under the terms of the
  8. // GNU General Public License.
  9.  
  10. #import <Foundation/Foundation.h>
  11.  
  12. @interface NSString (NCStringAdditions)
  13. - (NSRange)rangeFromString:(NSString *)startString toString:(NSString *)endString range:(NSRange)aRange;
  14. @end
  15.