| } | } | ||||
| - (NSArray <NSString *> *)componentsSplitByWhitespaceWithMaxSplits:(NSUInteger)maxSplits | - (NSArray <NSString *> *)componentsSplitByWhitespaceWithMaxSplits:(NSUInteger)maxSplits | ||||
| { | |||||
| { | |||||
| if(maxSplits == 0) | if(maxSplits == 0) | ||||
| { | { | ||||
| return [NSMutableArray arrayWithObject:self]; | return [NSMutableArray arrayWithObject:self]; |