> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/validation/isemail.md).

# isEmail

## Description

Determines whether the passed value is an email.

## Input / Parameter

| Name  | Description              | Input Type  | Default | Options | Required |
| ----- | ------------------------ | ----------- | ------- | ------- | -------- |
| value | The value to be checked. | String/Text | -       | -       | Yes      |

## Output

| Description                                        | Output Type |
| -------------------------------------------------- | ----------- |
| Returns true if value is an email otherwise false. | Boolean     |

## Callback

N/A

## Video

Coming soon.

## Example

Coming soon.

### Steps

Coming soon.

### Result

Coming soon.

## Links
