Contains methods for string manipulation. More...
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(bool) | + isNullOrWhiteSpaceWithS: |
(FMLiveSwitchStringAssistant *) | + stringAssistant |
(NSMutableArray *) | + subArray:offset: |
Creates a subarray from an existing array. More... | |
(NSMutableArray *) | + subArray:offset:count: |
Creates a subarray from an existing array. More... | |
Contains methods for string manipulation.
- (instancetype) init |
+ (bool) isNullOrWhiteSpaceWithS: | (NSString *) | s |
s | The s. |
+ (FMLiveSwitchStringAssistant*) stringAssistant |
+ (NSMutableArray*) subArray: | (NSMutableArray *) | array | |
offset: | (int) | offset | |
Creates a subarray from an existing array.
array | The source array. |
offset | The offset into the source array. |
+ (NSMutableArray*) subArray: | (NSMutableArray *) | array | |
offset: | (int) | offset | |
count: | (int) | count | |
Creates a subarray from an existing array.
array | The source array. |
offset | The offset into the source array. |
count | The number of elements to copy into the subarray. |