Click or drag to resize

RegexReplaceLayoutRendererWrapperWholeWords Property

Gets or sets a value indicating whether to search for whole words.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public bool WholeWords { get; set; }

Property Value

Type: Boolean
A value of if whole words should be searched for; otherwise, .
See Also