FMStringAssistant Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Contains methods for string manipulation.

+ isNullOrWhiteSpaceWithS:

+ (bool)isNullOrWhiteSpaceWithS:(NSString *)s

Discussion

Declared In

FM.h

+ subArrayWithArray:offset:

Creates a subarray from an existing array.

+ (NSMutableArray *)subArrayWithArray:(NSMutableArray *)array offset:(int)offset

Parameters

name="offset">The

offset into the source array. The subarray.

name="array">The

source array.

Discussion

Creates a subarray from an existing array.

Declared In

FM.h

+ subArray:offset:

Creates a subarray from an existing array.

+ (NSMutableArray *)subArray:(NSMutableArray *)array offset:(int)offset

Parameters

name="offset">The

offset into the source array. The subarray.

name="array">The

source array.

Discussion

Creates a subarray from an existing array.

Declared In

FM.h

+ subArrayWithArray:offset:count:

Creates a subarray from an existing array.

+ (NSMutableArray *)subArrayWithArray:(NSMutableArray *)array offset:(int)offset count:(int)count

Parameters

name="offset">The

offset into the source array.

name="count">The

number of elements to copy into the subarray. The subarray.

name="array">The

source array.

Discussion

Creates a subarray from an existing array.

Declared In

FM.h

+ subArray:offset:count:

Creates a subarray from an existing array.

+ (NSMutableArray *)subArray:(NSMutableArray *)array offset:(int)offset count:(int)count

Parameters

name="offset">The

offset into the source array.

name="count">The

number of elements to copy into the subarray. The subarray.

name="array">The

source array.

Discussion

Creates a subarray from an existing array.

Declared In

FM.h