StringPropertyValidatorExt<T, TProperty extends String?> extension

on

Methods

containsOnlyNumbers() PropertyValidator<T, TProperty>
hasExactLength(int exactLength) PropertyValidator<T, TProperty>
hasMaxLength(int maxLength) PropertyValidator<T, TProperty>
hasMinLength(int minLength) PropertyValidator<T, TProperty>
isEmail() PropertyValidator<T, TProperty>
isInStrings(List<String> values, [bool ignoreCase = false]) PropertyValidator<T, TProperty>
isNotInStrings(List<String> values, [bool ignoreCase = false]) PropertyValidator<T, TProperty>
isPhoneNumber() PropertyValidator<T, TProperty>
matchesRegex(RegExp regex) PropertyValidator<T, TProperty>