Remove all remaining validator_regexp

This commit is contained in:
nemunaire 2024-03-27 11:24:54 +01:00
parent 373bd83640
commit ecb815666e
6 changed files with 9 additions and 9 deletions

View file

@ -797,7 +797,7 @@ type uploadedFlag struct {
IgnoreCase bool
Multiline bool
NoTrim bool
CaptureRe *string `json:"validator_regexp"`
CaptureRe *string `json:"capture_regexp"`
SortReGroups bool `json:"sort_re_grps"`
Flag string
Value []byte