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 SourceAdvancedYoutubeRegex
Represents a advanced youtube regex. Named groups:
group | description |
---|---|
id | Video ID |
list | List ID |
index | List index |
Declaration
public static Regex AdvancedYoutubeRegex { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |
HexColorString
Represents a hex color string.
Declaration
public static Regex HexColorString { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |
RgbColorString
Represents a rgb color string.
Declaration
public static Regex RgbColorString { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |
TimeSpan
Represents a timespan.
Declaration
public static Regex TimeSpan { get; }
Property Value
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |