AppRegExp class

Constructors

AppRegExp()

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

digitRegExp RegExp
Regular expression pattern to validate digits.
final
emailRegExp RegExp
Regular expression pattern to validate email addresses.
final
letterRegExp RegExp
Regular expression pattern to validate string.
final
passwordRegExp RegExp
Regular expression pattern to validate passwords.
final
phoneNumberRegExp RegExp
Regular expression pattern to validate phone numbers with the country code +375 (Belarus).
final
phoneTextFieldRegExp RegExp
Regular expression pattern to validate phone numbers.
final
taxIdRegExp RegExp
Regular expression pattern to validate tax identification numbers.
final