Functions
ISEMAIL
True if value is a valid email address
Try it
When to use it
When should I use ISEMAIL?
Use ISEMAIL to validate that a string conforms to the email address format — useful in data-cleansing steps or form-validation logic before sending emails or importing contacts.
Used in
Syntax
ISEMAIL(value)