Click or drag to resize

VariableResolverVariablePattern Property

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

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

Property Value

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