Search Results for

    Show / Hide Table of Contents

    Class CommonRegEx

    Provides common regex.

    Inheritance
    System.Object
    CommonRegEx
    Namespace: DisCatSharp.Common.RegularExpressions
    Assembly: DisCatSharp.Common.dll
    Syntax
    public static class CommonRegEx

    Properties

    | Improve this Doc View Source

    AdvancedYoutubeRegex

    Represents a advanced youtube regex. Named groups:

    groupdescription
    idVideo ID
    listList ID
    indexList index

    Declaration
    public static Regex AdvancedYoutubeRegex { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    | Improve this Doc View Source

    HexColorString

    Represents a hex color string.

    Declaration
    public static Regex HexColorString { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    | Improve this Doc View Source

    RgbColorString

    Represents a rgb color string.

    Declaration
    public static Regex RgbColorString { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    | Improve this Doc View Source

    TimeSpan

    Represents a timespan.

    Declaration
    public static Regex TimeSpan { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems