RegexManager

Inheritance: java.lang.Object, com.aspose.pdf.RegexManager

public class RegexManager extends Object

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

Constructors

ConstructorDescription
RegexManager

Methods

MethodDescription
getMatchTimeoutGets or sets the timeout for Regex operations across the library. The default value is 1000 ms. Value: A {@link double} representing the default timeout duration.
setMatchTimeoutGets or sets the timeout for Regex operations across the library. The default value is 1000 ms. Value:

RegexManager

public RegexManager()

getMatchTimeout

public static int getMatchTimeout()

Gets or sets the timeout for Regex operations across the library. The default value is 1000 ms. Value: A {@link double} representing the default timeout duration.

Returns: int value

setMatchTimeout

public static void setMatchTimeout(int value)

Gets or sets the timeout for Regex operations across the library. The default value is 1000 ms. Value:

Parameters:

ParameterTypeDescription
valueA representing the default timeout duration in Milliseconds.