Enumeration (GI Flags)

WebKit-6.0WebKitFindOptions

Enum values used to specify search options.

Index

Enumeration Members

AT_WORD_STARTS: number

search text only at the begining of the words.

BACKWARDS: number

search backwards.

CASE_INSENSITIVE: number

case insensitive search.

NONE: number

no search flags, this means a case sensitive, no wrap, forward only search.

TREAT_MEDIAL_CAPITAL_AS_WORD_START: number

treat capital letters in the middle of words as word start.

WRAP_AROUND: number

if not present search will stop at the end of the document.