PatternAnalyzer.Pattern Property

Definition

Gets or sets a regular expression pattern to match token separators. Default is an expression that matches one or more whitespace characters.

[Newtonsoft.Json.JsonProperty(PropertyName="pattern")]
public string Pattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pattern")>]
member this.Pattern : string with get, set
Public Property Pattern As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to