Go to the source code of this file.
Defines | |
#define | NSNotFound 0x7fffffff |
Enumerations | |
enum | NSStringSearchOption { NSCaseInsensitiveSearch = 0x0001, NSLiteralSearch = 0x0002, NSBackwardsSearch = 0x0004, NSAnchoredSearch = 0x0008, NSNumericSearch = 0x0010 } |
enum | NSComparisonResult { NSOrderedAscending = 1, NSOrderedSame, NSOrderedDescending } |
|
Integer which means "It was not found". |
|
Type of result of comparison |
|
Define search methods for string data |