Max

Validates a string only if its length is longer or equals to the given value.

alias Max = CustomValidation!(maxValidator)

Examples

@Max(100)

Meta