#4493 improve search filter behavior

This commit is contained in:
Mitchell Livingston
2011-09-19 00:48:30 +00:00
parent 313bcabeed
commit 95126c5505
6 changed files with 63 additions and 24 deletions

View File

@@ -46,4 +46,6 @@
- (NSComparisonResult) compareFinder: (NSString *) string; //how the Finder compares strings
- (NSComparisonResult) compareNumeric: (NSString *) string; //simple compare method for strings with numbers (works for IP addresses)
- (NSArray *) betterComponentsSeparatedByCharactersInSet: (NSCharacterSet *) separator; //like betterComponentsSeparatedByCharactersInSet:, but excludes blank values
@end