Remove all remaining validator_regexp
This commit is contained in:
parent
373bd83640
commit
ecb815666e
6 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Reference in a new issue