Value | Meaning |
---|---|
None0 | no search flags, this means a case sensitive, no wrap, forward only search. |
CaseInsensitive1 | case insensitive search. |
AtWordStarts2 | search text only at the begining of the words. |
TreatMedialCapitalAsWordStart4 | treat capital letters in the middle of words as word start. |
Backwards8 | search backwards. |
WrapAround16 | if not present search will stop at the end of the document. |
Enum values used to specify search options.