Returns true if the given text is a valid email address, otherwise returns false.
true
false
IS_EMAIL(value: String) => Boolean
Parameter
Description
Value
Value to check
Formula
Return value
IS_EMAIL("[email protected]")
IS_EMAIL("@mail.com")