Values.OptionRestrictionRegexSourceA regular expression representing a restriction on a string configuration option value.
type nonrec t = {pattern : RegexPattern.t option;The regular expression pattern that a string configuration option value with this restriction must match.
*)label : RegexLabel.t option;A unique name representing this regular expression.
*)}