minLength
Checks if the number of characters in the value equals or is greater than the given minimum
Parameters
Name | Type | Default |
---|---|---|
$value * | string |
– |
$min * | mixed |
– |
Return type
bool
This validator works like (sheet: validators/min) but it always checks for string length, even if a numeric value is given. The min
validator will check for the value of the number in that case.