| 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; }
Public Property GroupVariablePattern As Regex
Get
Set
Property Value
Type:
RegexRemarks
The regular expression needs two named capture groups called group and name.
See Also