Property WholeWord
WholeWord
When true, only matches bounded by non-word characters on both sides are returned.
Only applies when SearchMode is Text.
public bool WholeWord { get; set; }
Property Value
- bool
Default:
false.
When true, only matches bounded by non-word characters on both sides are returned.
Only applies when SearchMode is Text.
public bool WholeWord { get; set; }
Default: false.