match_whole_word property

match_whole_word property

Gets the value that indicates whether text search is limited by a whole word.

Definition:

@property
def match_whole_word(self):
    ...
@match_whole_word.setter
def match_whole_word(self, value):
    ...

See Also