Validates whether a given string is a valid email address.
The email address string to validate.
Optional. If true, allows Unicode characters in the email address. Defaults to false.
true
false
true if the email address is valid according to the selected pattern; otherwise, false.
2.0.2
2025-07-04
Copy
Validates whether a given string is a valid email address.