Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration for searcg flag. Values of this enumeration can be used alone or in combination.

Index

Enumeration members

Enumeration members

caseSensitive

caseSensitive: = 2
brief

If set, match the case of keyword when searching.

consecutively

consecutively: = 4
breif

If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "CCC".

wholeWord

wholeWord: = 1
brief

If set, match the whole word of keyword when searching.