RegPatterns class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

hasCapitalletter RegPattern
Checks if string contains at least one Capital Letter
final
isAlphabetOnly RegPattern
Checks if string consist only Alphabet. (No Whitespace)
final
isBinary RegPattern
Checks if string is binary.
final
isCurrency RegPattern
Checks if string is Currency.
final
isDateTime RegPattern
Checks if string is DateTime (UTC or Iso8601).
final
isEmail RegPattern
Checks if string is email.
final
isHexadecimal RegPattern
Checks if string is hexadecimal. Example: HexColor = #12F
final
isIPv4 RegPattern
Checks if string is IPv4.
final
isIPv6 RegPattern
Checks if string is IPv6.
final
isMD5 RegPattern
Checks if string is MD5 hash.
final
isNumericOnly RegPattern
Checks if string consist only numeric. Numeric only doesn't accepting "." which double data type have
final
isPassport RegPattern
Checks if string is Passport No.
final
isSHA1 RegPattern
Checks if string is SHA1 hash.
final
isSHA256 RegPattern
Checks if string is SHA256 hash.
final
isSSN RegPattern
Checks if string is SSN (Social Security Number).
final
isURL RegPattern
Checks if string is URL.
final
isUsername RegPattern
Checks if string is a valid username.
final