ValidatorMinLength {shinyreforms} | R Documentation |
Validator requiring minimum length.
Description
Will return TRUE for strings longer than the minimum value.
Usage
ValidatorMinLength(minLength)
Arguments
minLength |
Minimum length of the input. |
Value
A Validator
checking that the input value is of length at
least minLength
.
[Package shinyreforms version 0.0.1 Index]