NotEmpty

Validates a string only if its length is higher than 0.

alias NotEmpty = CustomValidation!(notEmptyValidator)

Meta