Show / Hide Table of Contents

    Class RegexExtensions

    Represents the regex extensions.

    Inheritance
    Object
    RegexExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.RegularExpressions.Transformer
    Assembly: Platform.RegularExpressions.Transformer.dll
    Syntax
    public static class RegexExtensions

    Methods

    | Improve this Doc View Source

    OverrideOptions(Regex, RegexOptions, TimeSpan)

    Overrides the options using the specified regex.

    Declaration
    public static Regex OverrideOptions(this Regex regex, RegexOptions options, TimeSpan matchTimeout)
    Parameters
    Type Name Description
    Regex regex

    The regex.

    RegexOptions options

    The options.

    TimeSpan matchTimeout

    The match timeout.

    Returns
    Type Description
    Regex

    The regex

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX