emailRegExp constant

String const emailRegExp

Implementation

static const String emailRegExp =
    r"[A-Za-z0-9._%+-]+@([A-Za-z0-9-]+\.)+[A-Za-z]{2,}";