Ambition.Form.Validator.min_length – ambition Reference Manual
Packages
ambition
Ambition
Form
Validator
is_numeric
max_length
min_length
Validator
min_length
Description:
public
static
bool
min_length
(
string
value,
int
min_length)
Return true if value's length is greather than or equal to min_length.
Parameters:
value
String field value
min_length
Min length of field
Returns:
boolean