Click or drag to resize

GroupedVariableResolverGroupVariablePattern Property

A regular expression, that detects variable references. The defaut expression is \$(?<group>.*?):(?<name>.+?)\$

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

Property Value

Type: Regex
Remarks
The regular expression needs two named capture groups called group and name.
See Also