Property RegexTimeout
RegexTimeout
Gets or sets the maximum time one regular-expression match attempt may take. Default one second. A caller-supplied pattern is an unbounded-backtracking surface, so this is enforced, not advisory.
public TimeSpan RegexTimeout { get; set; }