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