Show / Hide Table of Contents

Class RegexUtils

Inheritance
object
RegexUtils
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS