New: (UI) Indicate Custom Formats are Case Insensitive

This commit is contained in:
bakerboy448 2022-08-17 20:40:16 -05:00 committed by Qstick
parent a3f508b8d4
commit dadd796737

View file

@ -21,7 +21,7 @@ public abstract class RegexSpecificationBase : CustomFormatSpecificationBase
protected Regex _regex;
protected string _raw;
[FieldDefinition(1, Label = "Regular Expression")]
[FieldDefinition(1, Label = "Regular Expression", HelpText = "Case Insensitive")]
public string Value
{
get => _raw;