exact Length
fun <T : CharSequence?> exactLength(length: Int, message: (T) -> String): Rule<T>
Content copied to clipboard
fun <T : CharSequence?> exactLength(length: Int, message: String = "Must be "): Rule<T>
Content copied to clipboard