WebKit2.FindOptions
Enum values used to specify search options.
- FindOptions.NONE
no search flags, this means a case sensitive, no wrap, forward only search.
- FindOptions.CASE_INSENSITIVE
case insensitive search.
- FindOptions.AT_WORD_STARTS
search text only at the begining of the words.
- FindOptions.TREAT_MEDIAL_CAPITAL_AS_WORD_START
treat capital letters in the middle of words as word start.
- FindOptions.BACKWARDS
search backwards.
- FindOptions.WRAP_AROUND
if not present search will stop at the end of the document.