regexEmail constant

String const regexEmail

Regex of email.

Implementation

static const String regexEmail =
    '^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*\$';