PTTextSearchModes
enum PTTextSearchModes {}
Search modes that control how searching is conducted.
-
Undocumented
Declaration
Objective-C
e_ptreg_expression = 0x0001
-
Undocumented
Declaration
Objective-C
e_ptcase_sensitive = e_ptreg_expression << 1
-
Undocumented
Declaration
Objective-C
e_ptwhole_word = e_ptcase_sensitive << 1
-
Undocumented
Declaration
Objective-C
e_ptsearch_up = e_ptwhole_word << 1
-
Undocumented
Declaration
Objective-C
e_ptpage_stop = e_ptsearch_up << 1
-
Undocumented
Declaration
Objective-C
e_pthighlight = e_ptpage_stop << 1
-
Undocumented
Declaration
Objective-C
e_ptambient_string = e_pthighlight << 1
-
Undocumented
Declaration
Objective-C
e_ptraw_text_search = e_ptambient_string << 1