PTTextSearchOptions
@interface PTTextSearchOptions : NSObject <NSCopying>
Options controlling the behavior of a text search.
-
Undocumented
Declaration
Objective-C
- (instancetype)init NS_DESIGNATED_INITIALIZER;Swift
init() -
The default value of this property is false.
Declaration
Objective-C
@property (nonatomic) BOOL caseSensitive;Swift
var caseSensitive: Bool { get set } -
The default value of this property is false.
Declaration
Objective-C
@property (nonatomic) BOOL wholeWordMatching;Swift
var wholeWordMatching: Bool { get set }
PTTextSearchOptions Class Reference