RegexEvaluator.PatternRegex Property

<< 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)

 

Syntax


public string PatternRegex { get; set; }

Field Value

The regular expression pattern used for matching.

 

Remarks


When the pattern is set to a new value, the Execute() method is called.

 

See Also


RegexEvaluator Class

BNCS.Logic.Evaluators Namespace