Table of Contents

Property IgnoreCharactersRegex

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

IgnoreCharactersRegex

Optional compiled regular expression applied per-character to remove additional characters after diacritics/whitespace and the boolean filters. The pattern should be character-class-like (e.g., [\p{P}\p{S}] or [^\p{L}\p{Nd}]) for predictable results. Note: Per-character regex checks are slower than the boolean flags; use only when needed.

public Regex IgnoreCharactersRegex { get; set; }

Property Value

Regex