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