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