A validation rule that checks whether the process result's standard output matches the supplied regular expression. Only meaningful when the result is a BufferedProcessResult; results that do not expose standard output text fail the rule.
public static Func<BufferedProcessResult, bool> RequiresStandardOutputMatches(string regex)
The regular expression pattern to evaluate against StandardOutput.