emailRegex top-level property

RegExp emailRegex
final

Implementation

final RegExp emailRegex = RegExp(r'^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$');