mailRe property

RegExp mailRe
final

Implementation

static final RegExp mailRe =
    RegExp(r'[-_.0-9A-Za-z]{1,64}@[-_0-9A-Za-z]{1,255}[-_.0-9A-Za-z]{1,255}');