R/validators.R
ValidatorMaxLength.Rd
Will return TRUE for strings longer than the maximum value.
ValidatorMaxLength(maxLength)
Maximum length of the input.
A Validator checking that the input value does not exceed maxLength.
Validator
maxLength