PHONE_REGEX constant

String const PHONE_REGEX

Implementation

static const String PHONE_REGEX = r"^[+\d]?[0-9\s\-\(\)]{7,15}$";