regex/email_reg library

Constants

emailRegStr → const String
RFC 5321/5322 local-part characters before @. Domain requires at least one . with a 2+ char TLD.

Properties

emailReg RegExp
A compiled RegExp object for validating email addresses using emailRegStr.
final