Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/19 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

IsEmailAddress

Takes the string passed to it and evaluates it to see if that string contains a valid email address. The function returns either a true or false value.

IsEmailAddress(1)

OrdinalTypeDescription
1stringRequiredString to evaluate

In this sample code, the function evaluates the string to determine if it contains a valid email address: