Easy Forms Validation Type
abstract class EasyFormsValidationType(minLength: Int, maxLength: Int, regex: String?)
Content copied to clipboard
Constructors
EasyFormsValidationType
Link copied to clipboard
fun EasyFormsValidationType(minLength: Int = Int.MIN_VALUE, maxLength: Int = Int.MAX_VALUE, regex: String? = null)
Content copied to clipboard
Functions
Properties
Inheritors
EmailValidationType
Link copied to clipboard
PasswordValidationType
Link copied to clipboard
PhoneNumberValidationType
Link copied to clipboard
UrlValidationType
Link copied to clipboard
NameValidationType
Link copied to clipboard
CardValidationType
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard