String Intrinsic Functions - IsValidEmail Method
Test whether the string contains a valid email address
Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Boolean

True if the string is a valid email

Details


The isValidEmail method allows you test whether a string is a valid email address. This is based on the RFC5322 email standard.