public class RegexManager extends Object
Provides a wrapper for regular expression operations with configurable timeout settings.
Constructor and Description |
---|
RegexManager() |
Modifier and Type | Method and Description |
---|---|
static int |
getMatchTimeout()
Gets or sets the timeout for Regex operations across the library.
|
static void |
setMatchTimeout(int value)
Gets or sets the timeout for Regex operations across the library.
|
public static int getMatchTimeout()
Gets or sets the timeout for Regex operations across the library. The default value is 1000 ms.
Value: Adouble
representing the default timeout duration.public static void setMatchTimeout(int value)
Gets or sets the timeout for Regex operations across the library. The default value is 1000 ms.
Value:value
- A representing the default timeout duration in Milliseconds.Copyright © 2025 Aspose. All Rights Reserved.