Package de. peekandpoke. kraft. addons. forms. validation. strings
Functions
Link copied to clipboard
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
Link copied to clipboard
fun <T : CharSequence?> validEmail(message: String = "Must be a valid email"): Rule<T>
Content copied to clipboard