PatternReplaceCharFilter.Pattern Property

Definition

Gets or sets a regular expression pattern.

[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