|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > RegexEvaluator Class > RegexEvaluator Properties > RegexEvaluator.PatternRegex Property |
Gets or sets the regular expression pattern.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public string PatternRegex { get; set; }
The regular expression pattern used for matching.
When the pattern is set to a new value, the Execute() method is called.
BNCS.Logic.Evaluators Namespace