regexEmail constant

String const regexEmail

Email address regex.

Implementation

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