Property RegexIgnoreCase
RegexIgnoreCase
When true, the regex pattern ignores case.
Only applies when SearchMode is Regex.
public bool RegexIgnoreCase { get; set; }
Property Value
- bool
Default:
true.
When true, the regex pattern ignores case.
Only applies when SearchMode is Regex.
public bool RegexIgnoreCase { get; set; }
Default: true.