StringValidator extension

on

Properties

isDigit bool
no setter
isLetter bool
no setter
isNumeric bool
no setter
isValidDigit bool
no setter
isValidDigitWithLetter bool
no setter
isValidDigitWithPlus bool
no setter
isValidLetter bool
no setter
isValidWebUrl bool
no setter

Methods

isValidEmail([RegExp? pattern]) bool
isValidPassword({int minLength = 6, int maxLength = 20, RegExp? pattern}) bool
isValidPath([RegExp? pattern]) bool
isValidPhone([RegExp? pattern]) bool
isValidRetypePassword(String? other) bool
isValidString({int maxLength = 0, int minLength = 0, RegExp? pattern}) bool
isValidUsername({bool withDot = true, RegExp? pattern}) bool