AMPscript
Format
GUID
IsEmailAddress
IsPhoneNumber
Stringify
Write
Validate Your Server-Side JavaScript using WSProxy
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)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | String to evaluate |
In this sample code, the function evaluates the string to determine if it contains a valid email address:
1IsEmailAddress("acruz@example.com");