Table of Contents

Property Separator

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Separator

Gets or sets the optional separator used to delimit elements in variable length patterns.

public string Separator { get; set; }

Property Value

string

Remarks

If both Separator and Pattern are specified, the separator will be used first to split the input strings. Each delimited substring will then be matched against the regular expression specified in the parse pattern. The result will be an array of the output type inferred from the structure of the parse pattern.