Class RegexUtils
Inherited Members
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class RegexUtils
Constructors
RegexUtils()
Declaration
public RegexUtils()
Methods
GetCachedRegex(string, RegexOptions, int)
Declaration
public static Regex GetCachedRegex(string pattern, RegexOptions options = RegexOptions.None, int timeoutSeconds = 2)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pattern | |
| RegexOptions | options | |
| int | timeoutSeconds |
Returns
| Type | Description |
|---|---|
| Regex |