Simplify betterComponentsSeparatedByCharactersInSet:

This commit is contained in:
Mitchell Livingston
2013-03-07 23:55:31 +00:00
parent 6573789b66
commit 0323c7531a
2 changed files with 16 additions and 15 deletions

View File

@@ -45,6 +45,6 @@
- (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
- (NSArray *) betterComponentsSeparatedByCharactersInSet: (NSCharacterSet *) separators; //like componentsSeparatedByCharactersInSet:, but excludes blank values
@end