Table of Contents

Property RegexIgnoreCase

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

RegexIgnoreCase

When true, the regex pattern ignores case. Only applies when SearchMode is Regex.

public bool RegexIgnoreCase { get; set; }

Property Value

bool

Default: true.

Share