StringFilterMatchMode#

class StringFilterMatchMode#

Specifies how search strings are matched inside text.

Fields#

class StringFilterMatchMode
EXACT#

The search string and text must match exactly

PREFIX#

The text must begin with the search string

SUBSTRING#

The search string must be contained as a substring inside the text