EmailValidation extension
- on
Methods
-
isValidateEmail(
) → bool -
Available on String, provided by the EmailValidation extension
Checks whether the given string is a valid email address. -
validateEmailEnhanced(
) → bool -
Available on String, provided by the EmailValidation extension
Validates whether the given string is a properly formatted email address using an enhanced regular expression.