min

fun <T : String?, V : Validators<T>> V.min(value: Int, message: (String) -> String = { "$label should have more than $value character(s), but has ${it.length} character(s) instead" }): V
val <T : String?> Validator<T>.min: Int?