validation_is_email
Check whether a string matches a valid email address format. Use it to validate user input before processing or storage.
Instructions
Check whether a string is a valid email address format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |