emailRegexPattern constant

String const emailRegexPattern

Implementation

static const emailRegexPattern =
    r'^(.*?)((mailto:)?[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z][A-Z]+)';