Table of Contents

Property RegexPatterns

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

RegexPatterns

The regex patterns the content will be checked against. Maximum of 10.

Only Rust flavored regex is currently supported, which can be tested in online editors such as Rustexp.

Each regex pattern must be 75 characters or less.

[JsonProperty("regex_patterns", NullValueHandling = NullValueHandling.Ignore)]
public List<string>? RegexPatterns { get; set; }

Property Value

List<string>