Click or drag to resize

MarkdownPropertyParserGroupBeginCue Property

This regular expression is used to detect the beginning of a property group. Properties, which are detected before this expression matches a line, are stored as ungrouped properties. Properties, which are detected after this expression matches a line, are stored as group properties.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Regex GroupBeginCue { get; set; }

Property Value

Type: Regex
Remarks
The regular expression needs a named capture group with name group.
See Also