EmailSubmitRegexValidator constructor

EmailSubmitRegexValidator()

Implementation

EmailSubmitRegexValidator()
    : super(
          regexSource: "(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-]+\$)");