StringValidator extension
- on
Properties
- isDigit → bool
-
Available on String?, provided by the StringValidator extension
no setter - isLetter → bool
-
Available on String?, provided by the StringValidator extension
no setter - isNumeric → bool
-
Available on String?, provided by the StringValidator extension
no setter - isValidDigit → bool
-
Available on String?, provided by the StringValidator extension
no setter - isValidDigitWithLetter → bool
-
Available on String?, provided by the StringValidator extension
no setter - isValidDigitWithPlus → bool
-
Available on String?, provided by the StringValidator extension
no setter - isValidLetter → bool
-
Available on String?, provided by the StringValidator extension
no setter - isValidWebUrl → bool
-
Available on String?, provided by the StringValidator extension
no setter
Methods
-
isValidEmail(
[RegExp? pattern]) → bool -
Available on String?, provided by the StringValidator extension
-
isValidPassword(
{int minLength = 6, int maxLength = 20, RegExp? pattern}) → bool -
Available on String?, provided by the StringValidator extension
-
isValidPath(
[RegExp? pattern]) → bool -
Available on String?, provided by the StringValidator extension
-
isValidPhone(
[RegExp? pattern]) → bool -
Available on String?, provided by the StringValidator extension
-
isValidRetypePassword(
String? other) → bool -
Available on String?, provided by the StringValidator extension
-
isValidString(
{int maxLength = 0, int minLength = 0, RegExp? pattern}) → bool -
Available on String?, provided by the StringValidator extension
-
isValidUsername(
{bool withDot = true, RegExp? pattern}) → bool -
Available on String?, provided by the StringValidator extension