REGEX_EMAIL constant
String
const REGEX_EMAIL
Regex of email.
Implementation
static const String REGEX_EMAIL =
"^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*\$";
Regex of email.
static const String REGEX_EMAIL =
"^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*\$";