Module: Poppler::FindFlags

Defined in:
(unknown)

Constant Summary collapse

DEFAULT =

use default search settings

0 or :default
CASE_SENSITIVE =

do case sensitive search

1 or :case_sensitive
BACKWARDS =

search backwards

2 or :backwards
WHOLE_WORDS_ONLY =

search only whole words

4 or :whole_words_only
IGNORE_DIACRITICS =

do diacritics insensitive search, i.e. ignore accents, umlauts, diaeresis,etc. while matching. This option will be ignored if the search term is not pure ascii. Since 0.73.

8 or :ignore_diacritics
MULTILINE =

allows to match on text spanning from end of a line to the next line. (Currently it won't match on text spanning more than two lines.) Automatically ignores hyphen at end of line, and allows whitespace in search term to match on newline char. Since: 21.05.0.

16 or :multiline