Class RegexManager

RegexManager class

Provides a wrapper for regular expression operations with configurable timeout settings.

public static class RegexManager

Properties

NameDescription
static MatchTimeout { get; set; }Gets or sets the timeout for Regex operations across the library. The default value is 1000 ms.

See Also