phoneNumberRegexPattern constant

String const phoneNumberRegexPattern

Implementation

static const phoneNumberRegexPattern =
    r'\b(\+?( |-|\.)?\d{1,2}( |-|\.)?)?(\(?\d{3}\)?|\d{3})( |-|\.)?(\d{3}( |-|\.)?\d{4})\b';