Regex

Validates a string using a regular expression.

alias Regex = CustomValidation!(regexValidator)

Examples

@Regex(`[a-zA-Z0-9]*`)

Meta