Table of Contents

Property RegexTimeout

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

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; }

Property Value

TimeSpan