gws.plugin.model_validator.regex¶
Regex validator for strings.
Validates if the string matches regex. Uses re.search,
that is, the start anchor must be included if necessary.
Source code: gws.plugin.model_validator.regex