(fn string)
| 595 | } |
| 596 | |
| 597 | func isRegexFunctionName(fn string) bool { |
| 598 | return fn == overloads.Matches || fn == "matches" || fn == "regex.extract" || fn == "regex.extractAll" || fn == "regex.replace" |
| 599 | } |
| 600 | |
| 601 | func validatorIntConfig(val *env.Validator, configKey string) (int, error) { |
| 602 | if limit, found := val.ConfigValue(configKey); found { |