numberValidator property

RegExp numberValidator
final

Matches phone numbers addresses

Implementation

static final RegExp numberValidator =
    RegExp(r"^[+]*[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s\./0-9]*$");