Returns a validation function to validate that the length of the value is greater than or equal to the min length, if given.
Note: null values count as valid.
Optional
The minimum allowed length of a value.
A custom error message to display if the value is invalid.
Returns a validation function to validate that the length of the value is greater than or equal to the min length, if given.
Note: null values count as valid.